Skip to content

Commit

Permalink
Tweaked padding
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rgba committed Dec 24, 2024
1 parent cd79a5b commit fcdb6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const ChoicesDrawer = ({
</Box>
</Box>
<Tailwind>
<div className="flex flex-col p-12 mb-[72px] gap-[16px]">
<div className="flex flex-col pt-[8px] pb-[16px] px-[16px] mb-[72px] gap-[16px]">
{choices.map((c, index) => (
<div key={index}>
<div className="sticky top-[44px] flex items-center bg-white py-[8px] z-10">
Expand Down

0 comments on commit fcdb6e4

Please sign in to comment.