Skip to content

Commit 66c794c

Browse files
Apply border radius to buttons
Apply border radius to buttons in CampaignCard.tsx to match the new design.
1 parent d4fd4a4 commit 66c794c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CampaignCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const CampaignCard = ({ campaign, onCopyUrl }: CampaignCardProps) => {
109109
<CollapsibleTrigger asChild>
110110
<Button
111111
variant="ghost"
112-
className="w-full flex items-center justify-between p-2 hover:bg-slate-100/50 rounded-lg mt-3 min-w-0"
112+
className="w-full flex items-center justify-between p-2 hover:bg-slate-100/50 rounded-xl mt-3 min-w-0"
113113
>
114114
<div className="flex items-center gap-2 min-w-0">
115115
<Users className="h-4 w-4 flex-shrink-0" />

0 commit comments

Comments
 (0)