Skip to content

Commit db94e06

Browse files
authored
Merge pull request #282 from sproclavism/main
Fix keycode hover in light mode
2 parents 2479997 + 62c12d9 commit db94e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/panes/configure-panes/keycode.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ const KeycodeContainer = styled.div`
102102
const KeycodeDesc = styled.div`
103103
position: fixed;
104104
bottom: 0;
105-
background: #d9d9d97a;
105+
background: var(--bg_control);
106+
color: var(--color_label-highlighted);
106107
box-sizing: border-box;
107108
transition: opacity 0.4s ease-out;
108109
height: 25px;

0 commit comments

Comments
 (0)