Skip to content

Commit 5328511

Browse files
Apply button styling
Apply consistent styling to the "Ajouter un affilié" button in `src/components/CreateAffiliateDialog.tsx` to match the application's design system.
1 parent 557fc0d commit 5328511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CreateAffiliateDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const CreateAffiliateDialog = ({ campaignId, campaignName }: CreateAffili
107107
return (
108108
<Dialog open={open} onOpenChange={setOpen}>
109109
<DialogTrigger asChild>
110-
<Button variant="outline" size="sm" className="border-slate-300 rounded-xl">
110+
<Button variant="outline" size="sm">
111111
<UserPlus className="h-4 w-4 mr-2" />
112112
Ajouter un affilié
113113
</Button>

0 commit comments

Comments
 (0)