Skip to content

Commit

Permalink
Merge pull request #61 from BitteProtocol/fix-css
Browse files Browse the repository at this point in the history
Fix css
  • Loading branch information
rubenmarcus authored Jan 17, 2025
2 parents ecf7907 + da394ef commit 3db78d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AccordionTrigger = React.forwardRef<
<AccordionPrimitive.Trigger
ref={ref}
className={cn(
"bitte-flex bitte-flex-1 bitte-items-center bitte-justify-between bitte-py-4 bitte-text-sm bitte-font-medium bitte-transition-all bitte-text-left [&[data-state=open]>svg]:bitte-rotate-180",
"bitte-flex bitte-flex-1 bitte-items-center bitte-justify-between bitte-text-sm bitte-font-medium bitte-transition-all bitte-text-left [&[data-state=open]>svg]:bitte-rotate-180",
className
)}
{...props}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Card = React.forwardRef<
<div
ref={ref}
className={cn(
"bitte-rounded-xl bitte-border bitte-bg-card bitte-text-card-foreground bitte-shadow",
"bitte-rounded-xl bitte-border bitte-bg-card bitte-text-card-foreground bitte-shadow sm:bitte-w-[320px] md:bitte-w-[600px]",
className
)}
style={style}
Expand Down

0 comments on commit 3db78d1

Please sign in to comment.