Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/theming/src/components/BackgroundSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default {

&.active:not(.icon-loading) {
&:after {
background-image: var(--icon-checkmark-white);
background-image: var(--original-icon-checkmark-white);
background-repeat: no-repeat;
background-position: center;
background-size: 44px;
Expand All @@ -266,7 +266,7 @@ export default {
}

&[data-color-bright]:after {
background-image: var(--icon-checkmark-dark);
background-image: var(--original-icon-checkmark-dark);
}
}
}
Expand Down