We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e198efb commit 3d9800cCopy full SHA for 3d9800c
pgml-dashboard/static/css/scss/components/_forms.scss
@@ -30,6 +30,7 @@
30
&[type=checkbox] {
31
background-color: var(--form-switch-default);
32
border-color: var(--form-switch-default);
33
+ width: 2.5em !important;
34
35
&:hover {
36
border-color: var(--form-switch-hover);
pgml-dashboard/static/css/scss/themes/dark.scss
@@ -32,8 +32,8 @@
--form-check-disable-color: #{$gray-200};
--form-radio-checked-bg: #{$gray-100};
- --form-switch-default: #{$neon-tint-400};
- --form-switch-hover: #{$neon-tint-300};
+ --form-switch-default: #{$neon-tint-600};
+ --form-switch-hover: #{$neon-tint-500};
37
--form-switch-active: #{$neon-tint-100};
38
39
.form-label {
0 commit comments