mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 10:58:04 +08:00
Desktop: Fix Windows build (#3522)
* fix win build * fix mac * Change window button colors to match Windows colors --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--color-6-lowergray);
|
||||
background: #2d2d2d;
|
||||
|
||||
svg {
|
||||
fill: var(--color-f-white);
|
||||
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
&:last-of-type:hover {
|
||||
background: #e81123;
|
||||
background: #c42b1c;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user