Skip to content

Commit 49de598

Browse files
Style "Add Affiliate" button
Apply the same styling to the "Add Affiliate" button as the other buttons in the `AffiliatesList` component.
1 parent e48be5a commit 49de598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/AffiliatesList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ export const AffiliatesList = ({ campaignId, onCopyTrackingLink }: AffiliatesLis
156156
variant="outline"
157157
size="sm"
158158
onClick={() => handleEditAffiliate(affiliate)}
159-
className="h-8 w-8 p-0"
159+
className="h-8 w-8 p-0 border-slate-300 rounded-xl"
160160
>
161161
<Edit2 className="h-3 w-3" />
162162
</Button>
163163
<Button
164164
variant="outline"
165165
size="sm"
166166
onClick={() => handleCopyTrackingLink(affiliate.id)}
167-
className="h-8 px-3"
167+
className="h-8 px-3 border-slate-300 rounded-xl"
168168
>
169169
<Copy className="h-3 w-3 mr-2" />
170170
Copier le lien

0 commit comments

Comments
 (0)