fix(striker-ui): use primary color in ToggleSwitch lever

main
Tsu-ba-me 4 years ago
parent cee5f9735f
commit 7e57668a46
  1. 2
      striker-ui/components/atoms/ToggleSwitch.tsx

@ -36,7 +36,7 @@ const StyledToggleSwitchBase = styled.div<ToggleSwitchProps>`
`;
const StyledToggleSwitchLever = styled.div<ToggleSwitchProps>`
background-color: #ffffff;
background-color: ${(props) => props.theme.colors.primary};
transition: margin-left 1s;

Loading…
Cancel
Save