File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
src/layouts/modules/theme-drawer/modules/appearance/modules Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,15 @@ const swatches: string[] = [
6868 {{ $t('theme.appearance.themeColor.followPrimary') }}
6969 </NCheckbox >
7070 </template >
71- <NColorPicker
72- class =" w-90px"
73- :value =" themeStore.themeColors[key]"
74- :disabled =" key === 'info' && themeStore.isInfoFollowPrimary"
75- :show-alpha =" false"
76- :swatches =" swatches"
77- @update:value =" handleUpdateColor($event, key)"
78- />
71+ <div class =" w-90px" >
72+ <NColorPicker
73+ :value =" themeStore.themeColors[key]"
74+ :disabled =" key === 'info' && themeStore.isInfoFollowPrimary"
75+ :show-alpha =" false"
76+ :swatches =" swatches"
77+ @update:value =" handleUpdateColor($event, key)"
78+ />
79+ </div >
7980 </SettingItem >
8081 </div >
8182</template >
You can’t perform that action at this time.
0 commit comments