fix: BottomBar - more use of colors variable
continuous-integration/drone/push Build is passing Details

pull/23/head
Rémi REGNAULT 1 year ago
parent cffc79e730
commit f622179de1

@ -47,10 +47,10 @@ export default function BottomBar({ state, descriptors, navigation }) {
flexDirection: 'row',
alignItems: 'center',
alignContent: 'space-around',
borderBlockColor: theme === 'light' ? '#F2F0E4' : '#222222',
borderBlockColor: colors.blocBorder,
borderWidth: 2,
borderLeftColor: theme === 'light'? '#F2F0E4' : '#222222',
borderRightColor: theme === 'light'? '#F2F0E4' : '#222222',
borderLeftColor: colors.blocBorder,
borderRightColor: colors.blocBorder,
},
BottomBarIcon: {
width: 25,

Loading…
Cancel
Save