fix: cookie modal theme (#6580)

* fix: cookie modal theme

* update toggle switch to use primary color
This commit is contained in:
sanish chirayath
2025-12-31 13:38:53 +05:30
committed by GitHub
parent 1ed9d61ee8
commit 2827a6f133
5 changed files with 257 additions and 148 deletions

View File

@@ -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 {