Skip to content

Commit 2d166ca

Browse files
committed
default to light
1 parent c181bd9 commit 2d166ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/components/Settings/sections/InputSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const defaultConfig: InputWidgetSettings['config'] = {
2626
enabled: true,
2727
config: {
2828
style: 'default',
29-
color: 'dark',
29+
color: 'light',
3030
},
3131
},
3232
};

0 commit comments

Comments
 (0)