mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-16 09:50:17 +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 {
|
.key-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: ${(props) => props.theme.colors.text.white};
|
color: ${(props) => props.theme.table.input.color};
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
Loading…
Reference in New Issue
Block a user