Merge pull request #50 from jeanmatthieud/fix-dark-theme
Dark theme fix for v6.2
This commit is contained in:
commit
234d0d3c7b
@ -8,6 +8,10 @@ APP_URL="https://mywoocommercestore.com"
|
||||
ASSET_PATH_PUBLIC="public/assets/"
|
||||
ASSET_PATH_IMAGES="public/assets/images"
|
||||
TIMEZONE="UTC"
|
||||
|
||||
LIGHT_THEME_ID="default_light_theme"
|
||||
DARK_THEME_ID="default_dark_theme"
|
||||
|
||||
# *<! ------ Language ------!>*
|
||||
|
||||
DEFAULT_LOCALE=null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user