Skip to content

Commit e5f4e07

Browse files
committed
Changed the toggle styling
1 parent b50fee0 commit e5f4e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component-library/components/toggle/toggle.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
height: 20px;
2323
border-radius: 25px;
2424
position: relative;
25-
background-color: $toggle;
25+
background-color: rgba(255, 255, 255, 0.32);
2626
transition: background-color 0.2s;
2727

2828
& > .toggle-knob {

0 commit comments

Comments
 (0)