implement direct URI navigation #134
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ import Colors from './colors';
|
||||||
|
|
||||||
const uriBarStyle = StyleSheet.create({
|
const uriBarStyle = StyleSheet.create({
|
||||||
uriContainer: {
|
uriContainer: {
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: Colors.White,
|
||||||
padding: 8,
|
padding: 8,
|
||||||
alignSelf: 'flex-end',
|
alignSelf: 'flex-end',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
shadowColor: 'black',
|
shadowColor: Colors.Black,
|
||||||
shadowOpacity: 0.1,
|
shadowOpacity: 0.1,
|
||||||
shadowRadius: StyleSheet.hairlineWidth,
|
shadowRadius: StyleSheet.hairlineWidth,
|
||||||
shadowOffset: {
|
shadowOffset: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue