Skip to content

Commit c2d22b2

Browse files
Add border radius to buttons
Add border radius to the buttons in the affiliate details.
1 parent d4e58c9 commit c2d22b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/AffiliatesList.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,15 @@ export const AffiliatesList = ({ campaignId, onCopyTrackingLink }: AffiliatesLis
156156
variant="outline"
157157
size="sm"
158158
onClick={() => handleEditAffiliate(affiliate)}
159+
className="rounded-lg"
159160
>
160161
<Edit2 className="h-4 w-4" />
161162
</Button>
162163
<Button
163164
variant="outline"
164165
size="sm"
165166
onClick={() => handleCopyTrackingLink(affiliate.id)}
167+
className="rounded-lg"
166168
>
167169
<Copy className="h-4 w-4 mr-2" />
168170
Copier le lien

0 commit comments

Comments
 (0)