highlight active remote
This commit is contained in:
parent
8d7375af4f
commit
81e0d5fbdc
@ -93,4 +93,5 @@ export const RemoteButton = styled(Button)`
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
background-color: ${({active}) => active ? "var(--button-hover)" : "var(--button-color)"}
|
||||
`
|
@ -30,7 +30,7 @@ class Settings extends Component {
|
||||
"--text-color": "#fff",
|
||||
"--text-hover": "#eee",
|
||||
"--button-color": "#111",
|
||||
"--button-hover": "#181818"
|
||||
"--button-hover": "#1a1a1a"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user