style colour tweaks

This commit is contained in:
Akinwale Ariwodola 2018-05-19 19:34:05 +01:00
parent cb60524083
commit 028dc564c8

View file

@ -3,11 +3,11 @@ import Colors from './colors';
const uriBarStyle = StyleSheet.create({
uriContainer: {
backgroundColor: '#ffffff',
backgroundColor: Colors.White,
padding: 8,
alignSelf: 'flex-end',
width: '100%',
shadowColor: 'black',
shadowColor: Colors.Black,
shadowOpacity: 0.1,
shadowRadius: StyleSheet.hairlineWidth,
shadowOffset: {