Skip to content

Commit cfca548

Browse files
OlgaLarinaOlgaLarina
and
OlgaLarina
authored
resolve #6704 "Advanced mode" button theming issues. (#6728)
Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
1 parent d2c7ea5 commit cfca548

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/survey-creator-core/src/custom-questions/boolean-switch.scss

+5-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@
5757
}
5858

5959
&:focus {
60-
background: var(--ctr-toggle-button-background-color-checked-focused,
61-
#ffffff);
60+
background: var(--ctr-toggle-button-background-color-checked-focused, var(--sjs-primary-foreground-100, #ffffff));
6261

6362
.spg-boolean-switch__thumb--right {
64-
background: var(--ctr-toggle-button-thumb-background-color-checked-focused,
65-
#19b394);
63+
background: var(
64+
--ctr-toggle-button-thumb-background-color-checked-focused,
65+
var(--sjs-primary-background-500, #19b394)
66+
);
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)