Update Theme.svelte
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
{#each Object.entries(currentThemeColors) as [themeVar, themeColor] (themeVar)}
|
||||
<div class="color-picker">
|
||||
<ColorPicker
|
||||
hex={themeColor}
|
||||
hex={themeColor.toString()}
|
||||
label={titleCase(themeVar.replaceAll('--', '').replaceAll('-', ' '))}
|
||||
position="responsive"
|
||||
textInputModes={['hex']}
|
||||
|
||||
Reference in New Issue
Block a user