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 = () => ({
172
172
lightFocusRing : "alias:lightPrimary lighten" , //focus ring color
173
173
lightTextLabel : "black" , //text color of checkbox label
174
174
175
- lightToggleBgUnactive : "alias:lightPrimaryContrast darken " , //toggle unactive state background
175
+ lightToggleBgUnactive : "alias:lightPrimaryContrast" , //toggle unactive state background
176
176
lightToggleBgActive : "alias:lightPrimary darken" , //toggle active state background
177
- lightToggleCircle : "alias:lightPrimaryContrast lighten" , //toggle circle color
177
+ lightToggleCircleUnactive : "alias:lightPrimary" ,
178
+ lightToggleCircleActive : "alias:lightToggleBgUnactive" ,
178
179
lightToggleRing : "alias:lightPrimary lighten" , // toggle ring color
179
180
lightToggleText : "black" , // color of text next to toggle
180
181
lightToggleBorderUnactive : "alias:lightPrimary lighten" , // unactive state border
You can’t perform that action at this time.
0 commit comments