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

pull/23/head
Rémi REGNAULT 2 years ago
parent cffc79e730
commit f622179de1

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

Loading…
Cancel
Save