Skip to content

Commit 234d0d3

Browse files
authored
Merge pull request #50 from jeanmatthieud/fix-dark-theme
Dark theme fix for v6.2
2 parents 2383cd9 + 0ef1728 commit 234d0d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LabelStoreMax/.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ APP_URL="https://mywoocommercestore.com"
88
ASSET_PATH_PUBLIC="public/assets/"
99
ASSET_PATH_IMAGES="public/assets/images"
1010
TIMEZONE="UTC"
11+
12+
LIGHT_THEME_ID="default_light_theme"
13+
DARK_THEME_ID="default_dark_theme"
14+
1115
# *<! ------ Language ------!>*
1216

1317
DEFAULT_LOCALE=null

0 commit comments

Comments
 (0)