File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -242,30 +242,31 @@ export const stoText = {
242242 mint : sto . black ,
243243}
244244
245- export const accent = sto . purple
245+ export const accent = sto . gold
246+ const textOnAccent = stoText . gold
246247
247248export const navigationBackground = Platform . select ( {
248- ios : sto . white ,
249- android : sto . white ,
250- } )
251- export const navigationForeground = Platform . select ( {
252249 ios : accent ,
253250 android : accent ,
254251} )
252+ export const navigationForeground = Platform . select ( {
253+ ios : textOnAccent ,
254+ android : textOnAccent ,
255+ } )
255256
256257export const toolbarButtonBackground = accent
257- export const toolbarButtonForeground = sto . white
258+ export const toolbarButtonForeground = textOnAccent
258259
259- export const androidListHeaderForeground = accent
260+ export const androidListHeaderForeground = sto . black
260261export const androidListHeaderBackground = sto . white
261262
262- export const androidTabBarBackground = sto . white
263- export const androidTabBarForeground = accent
263+ export const androidTabBarBackground = accent
264+ export const androidTabBarForeground = textOnAccent
264265
265- export const iosTabBarActiveColor = accent
266+ export const iosTabBarActiveColor = sto . black
266267
267268export const androidStatusBarColor = darken ( 0.2 , sto . white )
268269export const statusBarStyle = Platform . select ( {
269270 ios : 'dark-content' ,
270- android : 'dark -content' ,
271+ android : 'light -content' ,
271272} )
You can’t perform that action at this time.
0 commit comments