We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2479997 + 62c12d9 commit db94e06Copy full SHA for db94e06
src/components/panes/configure-panes/keycode.tsx
@@ -102,7 +102,8 @@ const KeycodeContainer = styled.div`
102
const KeycodeDesc = styled.div`
103
position: fixed;
104
bottom: 0;
105
- background: #d9d9d97a;
+ background: var(--bg_control);
106
+ color: var(--color_label-highlighted);
107
box-sizing: border-box;
108
transition: opacity 0.4s ease-out;
109
height: 25px;
0 commit comments