We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc25af commit 3734d9dCopy full SHA for 3734d9d
frontend/src/app/components/SettingsPage.css
@@ -360,12 +360,13 @@ h1 {
360
361
/* When Checkbox is Checked */
362
input:checked + .slider {
363
- background-color: #9A525F; /* Change to desired active color */
+ background-color: #9A525F;
364
}
365
366
/* Move Toggle Circle to Right */
367
input:checked + .slider:before {
368
transform: translateX(18px);
369
+ background-color: #ffffff;
370
371
372
/* Fixes Toggle Switch Size */
0 commit comments