Skip to content

Commit

Permalink
Merge pull request nextcloud#34613 from nextcloud/enh/noid/fix-checkm…
Browse files Browse the repository at this point in the history
…ark-icon

fix checkmark for theme settings in dark mode
  • Loading branch information
szaimen committed Nov 8, 2022
2 parents 87f4ed5 + 506b535 commit d65fd72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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
Loading

0 comments on commit d65fd72

Please sign in to comment.