refactor: Update color variable in Keybindings component (#3251)

This commit is contained in:
Sanjai Kumar 2024-10-03 23:24:08 +05:30 committed by GitHub
parent 93f8d916c4
commit 7a5b309664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ const StyledWrapper = styled.div`
.key-button {
display: inline-block;
color: ${(props) => props.theme.colors.text.white};
color: ${(props) => props.theme.table.input.color};
border-radius: 4px;
padding: 1px 5px;
font-family: monospace;