FIX: Default to light theme in wizard so that previews are displayed

Previously, without a theme selection, the previews wouldn't show.
This commit is contained in:
Daniel Waterworth
2020-04-02 18:25:41 +01:00
parent bca126f3f5
commit 76610acb6f
2 changed files with 15 additions and 3 deletions

View File

@ -155,7 +155,7 @@ class Wizard
id: 'theme_previews',
type: 'component',
required: !default_theme_override,
value: scheme_id
value: scheme_id || ColorScheme::LIGHT_THEME_ID
)
# fix for the case when base_scheme is nil