mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix macOS window bar color
This commit is contained in:
@@ -117,6 +117,8 @@ const MacOsContainer = styled.div`
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
|
color: var(--window-bar-fg);
|
||||||
|
background-color: var(--window-bar-bg);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const MacOsButtonGroup = styled.div`
|
const MacOsButtonGroup = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user