mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
refactor: Update color variable in Keybindings component (#3251)
This commit is contained in:
parent
93f8d916c4
commit
7a5b309664
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user