Skip to content

Commit b4f2d0b

Browse files
committed
fix: smaller modal padding on mobile
1 parent 8527846 commit b4f2d0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui-components/src/Common/Modal/index.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
border
2424
border-neutral-200
2525
bg-white
26-
p-8
26+
p-4
2727
focus:outline-none
2828
sm:my-20
29+
md:p-6
30+
lg:p-8
2931
xl:p-12
3032
dark:border-neutral-800
3133
dark:bg-neutral-950;

0 commit comments

Comments
 (0)