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:
Timon
2025-12-22 22:48:13 +00:00
committed by GitHub
parent 9d26c040e9
commit 11e2882cb2
4 changed files with 19 additions and 35 deletions

View File

@@ -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>