Delete spaces in rgba colors
This commit is contained in:
@ -10,13 +10,13 @@ const initialState = ImmutableMap();
|
||||
const modes = ImmutableMap({
|
||||
light: ImmutableMap({
|
||||
'primary-text-color': '#000000',
|
||||
'primary-text-color-faint': 'rgba(0, 0, 0, 0.6)',
|
||||
'primary-text-color-faint': 'rgba(0,0,0,0.6)',
|
||||
'background-color': '#f2f2f2',
|
||||
'foreground-color': '#ffffff',
|
||||
}),
|
||||
dark: ImmutableMap({
|
||||
'primary-text-color': '#ffffff',
|
||||
'primary-text-color-faint': 'rgba(255, 255, 255, 0.6)',
|
||||
'primary-text-color-faint': 'rgba(255,255,255,0.6)',
|
||||
'background-color': '#333333',
|
||||
'foreground-color': '#222222',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user