diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-20 12:49:21 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-20 12:49:21 -0500 |
| commit | 48d64cc005d390a60991d6d051d57df3efc3af21 (patch) | |
| tree | 773261b4b671338c5c819b4cb335926f442b72d3 /src/components | |
| parent | 76e4907ab6f480a775a26ab13487d290501a1262 (diff) | |
fixed taggs bar
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/taggs/TaggsBar.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx index 05ee18bb..0c4d76ea 100644 --- a/src/components/taggs/TaggsBar.tsx +++ b/src/components/taggs/TaggsBar.tsx @@ -151,14 +151,15 @@ const styles = StyleSheet.create({ shadowOffset: {width: 0, height: 2}, zIndex: 1, marginBottom: 25, + borderWidth: 1, }, container: { - backgroundColor: 'white', shadowColor: '#000', shadowRadius: 10, shadowOffset: {width: 0, height: 2}, zIndex: 1, paddingBottom: 5, + borderWidth: 1, }, contentContainer: { alignItems: 'center', |
