We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df821d6 commit 36f5476Copy full SHA for 36f5476
src/SwitchSelector.styled.ts
@@ -79,8 +79,7 @@ export const SwitchSelectorWrapper = styled("div")<SwitchSelectorWrapperPropType
79
typeof optionBorderRadius === "number"
80
? `${optionBorderRadius}px`
81
: optionBorderRadius};
82
- border: ${(props) => props.selectionIndicatorMargin}px solid
83
- ${(props) => props.backgroundColor};
+ border: ${(props) => props.selectionIndicatorMargin}px ${"solid "}${(props) => props.backgroundColor};
84
background: ${(props) => props.selectedBackgroundColor};
85
transition:
86
left 0.1s linear,
0 commit comments