Skip to content

Commit

Permalink
removed default theme in favor of no theme value
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Feb 2, 2023
1 parent e677444 commit baa5b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const applyConfig = (config) => {
config.widgets.widget.theme_picker = ThemePickerWidget;

config.settings.themeColors = [
{ value: 'default', title: 'Default' },
{ value: undefined, title: 'No theme' },
{ value: 'primary', title: 'Primary' },
{ value: 'secondary', title: 'Secondary' },
{ value: 'tertiary', title: 'Tertiary' },
Expand Down

0 comments on commit baa5b83

Please sign in to comment.