change the appearance of the uri bar input #561

Merged
akinwale merged 2 commits from uri-input-search-tweaks into master 2019-05-29 12:53:28 +02:00
Showing only changes of commit 3aaab91b9d - Show all commits

View file

@ -19,11 +19,9 @@ const uriBarStyle = StyleSheet.create({
elevation: 4
},
uriText: {
backgroundColor: Colors.White,
borderWidth: 1,
borderColor: Colors.LightGrey,
backgroundColor: Colors.VeryLightGrey,
padding: 8,
borderRadius: 4,
borderRadius: 24,
fontFamily: 'Inter-UI-Regular',
fontSize: 16,
flex: 17