styles refactoring as per 1.x theme update

This commit is contained in:
nixa 2016-05-16 16:30:56 +03:00
parent 6c8e632164
commit 06d0dc1c99
23 changed files with 590 additions and 705 deletions

View file

@ -60,7 +60,7 @@ export const bgColorPalette = {
surfieGreen: '#0e8174',
silverTree: '#6eba8c',
gossip: '#b9f2a1',
white: '#ffffff',
white: '#10c4b5',
};
export const layoutColors = {
@ -89,7 +89,8 @@ export const layoutColors = {
dangerBg: tint(colorScheme.danger, 20),
default: '#ffffff',
defaultText: '#ffffff',
defaultText: '#666666',
border: '#dddddd',
bgColorPalette: {
blueStone: bgColorPalette.blueStone,