File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,10 @@ export const styles = () => ({
172172 lightFocusRing : "alias:lightPrimary lighten" , //focus ring color
173173 lightTextLabel : "black" , //text color of checkbox label
174174
175- lightToggleBgUnactive : "alias:lightPrimaryContrast darken " , //toggle unactive state background
175+ lightToggleBgUnactive : "alias:lightPrimaryContrast" , //toggle unactive state background
176176 lightToggleBgActive : "alias:lightPrimary darken" , //toggle active state background
177- lightToggleCircle : "alias:lightPrimaryContrast lighten" , //toggle circle color
177+ lightToggleCircleUnactive : "alias:lightPrimary" ,
178+ lightToggleCircleActive : "alias:lightToggleBgUnactive" ,
178179 lightToggleRing : "alias:lightPrimary lighten" , // toggle ring color
179180 lightToggleText : "black" , // color of text next to toggle
180181 lightToggleBorderUnactive : "alias:lightPrimary lighten" , // unactive state border
You can’t perform that action at this time.
0 commit comments