Skip to content

Commit a82ab16

Browse files
committed
update width to 24
1 parent c64aa97 commit a82ab16

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/Search/FilterDropdowns/DropdownButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function DropdownButton({
195195
<Button
196196
small
197197
shouldRemoveLeftBorderRadius
198-
innerStyles={[styles.pl0, styles.pr0half, styles.dropDownButtonCartIcon]}
198+
innerStyles={[styles.pl0, styles.pr0half, styles.filterDropDownCloseIcon]}
199199
onPress={onClosePress}
200200
>
201201
<Icon

src/styles/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4442,6 +4442,10 @@ const staticStyles = (theme: ThemeColors) =>
44424442
minWidth: 22,
44434443
},
44444444

4445+
filterDropDownCloseIcon: {
4446+
minWidth: 24,
4447+
},
4448+
44454449
dropDownSmallButtonArrowContain: {
44464450
marginLeft: 3,
44474451
marginRight: 6,

0 commit comments

Comments
 (0)