Skip to content

Commit 55435a8

Browse files
committed
fix: sectionFullScreen bg on darkMode enabled
1 parent 12116b2 commit 55435a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SectionFullScreen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const props = defineProps({
1212
})
1313
1414
const colorClass = computed(() => {
15-
if (useDarkModeStore().darkMode) {
15+
if (useDarkModeStore().isEnabled) {
1616
return gradientBgDark
1717
}
1818

0 commit comments

Comments
 (0)