diff --git a/front/src/style/components/_form.scss b/front/src/style/components/_form.scss index 1620204f9..9d5951a8d 100644 --- a/front/src/style/components/_form.scss +++ b/front/src/style/components/_form.scss @@ -41,4 +41,8 @@ input + .help { #updatePlaylistLabel:before { content: "\200b"; +} + +.ui.toggle.checkbox label::before { + background-color: var(--input-selection-background); } \ No newline at end of file