Skip to content

Commit

Permalink
update button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
milad-alizadeh committed Dec 16, 2023
1 parent 1f2d27d commit 3f87f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SectionList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const SectionList: FC<SectionListProps> = ({
{!!hasSelection && showHeader && (
<View
style={{ paddingBottom: inset.bottom }}
className="absolute bottom-0 w-full z-20 px-6"
className="absolute bottom-3 w-full z-20 px-6"
>
<Button
testID="save-selection-button"
Expand Down

0 comments on commit 3f87f4e

Please sign in to comment.