fix: increase gap between up and down arrow icon

This commit is contained in:
RaktimaNXG
2024-03-22 16:42:51 +05:30
parent 99b3436c8c
commit d9da25e908
@@ -232,7 +232,8 @@ const RecipientList = (props) => {
style={{
display: "flex",
flexDirection: "row",
alignItems: "center"
alignItems: "center",
gap: 5
}}
>
<div