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
|
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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user