Updated default theme to 'white' instead of 'light'

• Updated:
- default theme to 'white' instead of 'light'
This commit is contained in:
mgabdev 2020-11-03 15:13:35 -06:00
parent 87c6fb1ea0
commit be94b1bccc
2 changed files with 2 additions and 2 deletions

@ -122,6 +122,6 @@ module ApplicationHelper
def theme def theme
# : todo : # : todo :
return 'light' return 'white'
end end
end end

@ -39,7 +39,7 @@ const initialState = ImmutableMap({
radiusSmallDisabled: false, radiusSmallDisabled: false,
radiusCircleDisabled: false, radiusCircleDisabled: false,
logoDisabled: false, logoDisabled: false,
theme: 'light', theme: 'white',
}), }),
home: ImmutableMap({ home: ImmutableMap({