Skip to content

Commit

Permalink
fix: giphy border radius and color issue (#2484)
Browse files Browse the repository at this point in the history
* fix: giphy border radius and color issue

* fix: giphy border radius and color issue
  • Loading branch information
khushal87 authored Apr 15, 2024
1 parent 8abf80e commit 8814112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/src/components/Attachment/Giphy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const styles = StyleSheet.create({
justifyContent: 'center',
},
container: {
borderRadius: 16,
overflow: 'hidden',
width: 270,
},
Expand All @@ -63,9 +64,9 @@ const styles = StyleSheet.create({
alignItems: 'center',
borderRadius: 12,
flexDirection: 'row',
height: 24,
justifyContent: 'center',
width: 68,
paddingHorizontal: 8,
paddingVertical: 4,
},
giphyHeaderText: {
fontSize: 16,
Expand Down

0 comments on commit 8814112

Please sign in to comment.