From 8c535858b52d67e87e95f3d8484d8088407a5607 Mon Sep 17 00:00:00 2001 From: KaustubhKumar05 Date: Mon, 15 Jan 2024 11:50:19 +0530 Subject: [PATCH] fix: match padding --- .../components/IconButtonWithOptions/IconButtonWithOptions.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/roomkit-react/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx b/packages/roomkit-react/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx index 8504bc3e42..e1cb55df2b 100644 --- a/packages/roomkit-react/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +++ b/packages/roomkit-react/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx @@ -28,7 +28,7 @@ const IconSection = styled(IconButton, { const OptionsSection = styled(IconButton, { w: 'unset', h: '$14', - p: '$4', + p: '$4 $2', r: '$1', borderTopLeftRadius: 0, borderColor: '$border_bright',