mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
fix: cookie modal theme (#6580)
* fix: cookie modal theme * update toggle switch to use primary color
This commit is contained in:
@@ -26,7 +26,7 @@ export const Checkbox = styled.input`
|
||||
height: 0;
|
||||
|
||||
&:checked + label div {
|
||||
background-color: ${(props) => props.activeColor || props.theme.textLink};
|
||||
background-color: ${(props) => props.activeColor || props.theme.primary.solid};
|
||||
}
|
||||
|
||||
&:checked + label div:before {
|
||||
|
||||
Reference in New Issue
Block a user