Skip to content

Commit c1d4024

Browse files
author
Kevin Brown
committed
Made colours consistent in caps.
1 parent 014167a commit c1d4024

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

__tests__/scenes/Info/__snapshots__/index.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports[`Info renders correctly 1`] = `
3131
"width": 750,
3232
},
3333
Object {
34-
"backgroundColor": "#2e2829",
34+
"backgroundColor": "#2E2829",
3535
},
3636
]
3737
}>

__tests__/scenes/Schedule/__snapshots__/index.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ exports[`Schedule renders correctly 1`] = `
140140
"width": 750,
141141
},
142142
Object {
143-
"backgroundColor": "#2e2829",
143+
"backgroundColor": "#2E2829",
144144
},
145145
]
146146
}>
@@ -252,7 +252,7 @@ exports[`Schedule renders correctly 1`] = `
252252
style={
253253
Array [
254254
Object {
255-
"backgroundColor": "#2e2829",
255+
"backgroundColor": "#2E2829",
256256
"height": 66,
257257
"zIndex": 1,
258258
},

__tests__/scenes/Talk/__snapshots__/index.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ exports[`Talk renders correctly 1`] = `
188188
"width": 750,
189189
},
190190
Object {
191-
"backgroundColor": "#2e2829",
191+
"backgroundColor": "#2E2829",
192192
},
193193
]
194194
}>

app/theme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const color = {
1212
text: '#383838',
1313
lightText: 'white',
1414
sceneBg: '#F4F4F4',
15-
splashBg: '#2e2829',
15+
splashBg: '#2E2829',
1616

1717
// neutrals
1818
gray90: '#1A1A1A',
@@ -21,9 +21,9 @@ const color = {
2121
gray60: '#666',
2222
gray50: '#7F7F7F',
2323
gray40: '#999',
24-
gray35: '#a6a6a6',
24+
gray35: '#A6A6A6',
2525
gray30: '#B3B3B3',
26-
gray25: '#bfbfbf',
26+
gray25: '#BFBFBF',
2727
gray20: '#CCC',
2828
gray15: '#D9D9D9',
2929
gray10: '#E5E5E5',

0 commit comments

Comments
 (0)