Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit deb2f38

Browse files
committed
client: Use correct color
1 parent ab25778 commit deb2f38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/public/app/widgets/buttons/global_menu.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ const TPL = `
2020
height: 100%;
2121
position: relative;
2222
}
23+
24+
.global-menu-button > svg path {
25+
fill: var(--launcher-pane-text-color);
26+
}
2327
2428
.global-menu-button:hover { border: 0; }
2529
.global-menu-button:hover > svg path.st0 { fill:#95C980; }

0 commit comments

Comments
 (0)