From 8814112496f21a09efb99bea4fb8ef355d727404 Mon Sep 17 00:00:00 2001 From: Khushal Agarwal Date: Mon, 15 Apr 2024 12:13:02 +0530 Subject: [PATCH] fix: giphy border radius and color issue (#2484) * fix: giphy border radius and color issue * fix: giphy border radius and color issue --- package/src/components/Attachment/Giphy.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/src/components/Attachment/Giphy.tsx b/package/src/components/Attachment/Giphy.tsx index 57d15199bf..9243984739 100644 --- a/package/src/components/Attachment/Giphy.tsx +++ b/package/src/components/Attachment/Giphy.tsx @@ -49,6 +49,7 @@ const styles = StyleSheet.create({ justifyContent: 'center', }, container: { + borderRadius: 16, overflow: 'hidden', width: 270, }, @@ -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,