Skip to content

Commit 6aa4f3d

Browse files
Apply interface styles to buttons
Apply the application's interface styles to the buttons.
1 parent 0226d41 commit 6aa4f3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/AffiliatesList.tsx

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

0 commit comments

Comments
 (0)