Skip to content

Commit

Permalink
fix: Keybinds popout text (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Oct 5, 2023
1 parent d746d40 commit cb7874c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/_popouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -649,3 +649,12 @@ div[class|="layerContainer"] div[class|="pencilContainer"] {
color: $text;
}
}

// Keybinds popout
div[class|="keyboardShortcutsModal"] span[class|="key"] {
color: $crust !important;

svg g {
fill: $crust !important;
}
}

0 comments on commit cb7874c

Please sign in to comment.