Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jan 7, 2025
1 parent 8092234 commit 2e67cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/components/atoms/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ContainerBox = (props: BoxProps) => (
display="flex"
flexDirection="column"
gap="4"
padding={{ xs: '4', sm: '6' }}
padding={{ base: '4', sm: '6' }}
position="relative"
{...props}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const PopoverBox = React.forwardRef<HTMLElement, BoxProps & PopoverBoxProps>(
transform: `translate3d(0,0,0) ${$translate}`,
...assignInlineVars({
[styles.popoverBoxWidth]: $width.toString(),
[styles.popoverBoxWidth]: $mobileWidth.toString(),
[styles.mobileWidth]: $mobileWidth.toString(),
}),
}}
opacity={getValueForTransitionState($state.status, 'opacity')}
Expand Down

0 comments on commit 2e67cb1

Please sign in to comment.