Updated default theme to 'white' instead of 'light'
• Updated: - default theme to 'white' instead of 'light'
This commit is contained in:
parent
87c6fb1ea0
commit
be94b1bccc
|
@ -122,6 +122,6 @@ module ApplicationHelper
|
|||
|
||||
def theme
|
||||
# : todo :
|
||||
return 'light'
|
||||
return 'white'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -39,7 +39,7 @@ const initialState = ImmutableMap({
|
|||
radiusSmallDisabled: false,
|
||||
radiusCircleDisabled: false,
|
||||
logoDisabled: false,
|
||||
theme: 'light',
|
||||
theme: 'white',
|
||||
}),
|
||||
|
||||
home: ImmutableMap({
|
||||
|
|
Loading…
Reference in New Issue