Skip to content

Commit

Permalink
style(modal): refactor styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbescodes committed Oct 29, 2023
1 parent 57603f7 commit d386b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ const Modal = ({
>
<panda.div
display={{ base: "block", sm: "none" }}
w="30%"
w="20%"
borderRadius="full"
mx="auto"
my={3}
h={2}
bgColor="bg.subtle"
bgColor="border.primary"
opacity={{ base: 1, _groupHover: 0.8 }}
/>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/theme/extensions/slotRecipes/modal.slotRecipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const modal = defineSlotRecipe({
content: {
position: "absolute",
bottom: 0,
borderTopRadius: "md",
borderTopRadius: "xl",
minH: "50vh",
_open: {
animation: "slide-in-bottom",
Expand Down

0 comments on commit d386b1f

Please sign in to comment.