Skip to content

Commit

Permalink
chore: update padding
Browse files Browse the repository at this point in the history
use shorthand
  • Loading branch information
seaerchin committed Jul 26, 2024
1 parent 2133de5 commit 2bceb81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export default function ComplexEditorStateDrawer(): JSX.Element {
bottom={0}
bgColor="base.canvas.default"
boxShadow="md"
p="1.5rem 2rem 1.5rem 2rem"
py="1.5rem"
px="2rem"
>
<Button
w="100%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ export default function RootStateDrawer() {
w="100%"
bgColor="base.canvas.default"
boxShadow="md"
p="1.5rem 2rem 1.5rem 2rem"
pos="sticky"
py="1.5rem"
px="2rem"
bottom={0}
>
<Button
Expand Down

0 comments on commit 2bceb81

Please sign in to comment.