Skip to content
Snippets Groups Projects
Commit 16a2a012 authored by Maz Ameli's avatar Maz Ameli
Browse files

fix color contrast on toggles

parent 7b338f8e
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
height: 24px;
border-radius: 99px;
border: 1px solid var(--color-border);
background-color: var(--color-bg-light);
background-color: var(--color-bg-medium);
transition: all 0.3s;
}
......@@ -23,7 +23,7 @@
position: absolute;
top: 1px;
left: 1px;
background-color: var(--color-bg-medium);
background-color: white;
transition: all 0.3s;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment