mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 23:08:12 +08:00
Update UI colors and alignment for consistency with the design mockup (#157)
Closes #111
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
border-radius: 2px;
|
||||
|
||||
&:hover {
|
||||
background: #666;
|
||||
background: var(--color-6-lowergray);
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: #3194d6;
|
||||
background: var(--color-accent);
|
||||
}
|
||||
|
||||
svg {
|
||||
|
||||
Reference in New Issue
Block a user