Skip to content

Commit 44a4ade

Browse files
Apply flat design to section
Apply flat design styling, including border radius, to the section in `src/components/AffiliatesList.tsx` to match the new design.
1 parent 49de598 commit 44a4ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AffiliatesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const AffiliatesList = ({ campaignId, onCopyTrackingLink }: AffiliatesLis
131131
{affiliates.map((affiliate) => (
132132
<div
133133
key={affiliate.id}
134-
className="bg-white border border-slate-200 rounded-lg p-4 hover:shadow-md transition-shadow"
134+
className="bg-white border border-slate-300 rounded-xl p-4 hover:shadow-md transition-shadow"
135135
>
136136
<div className="flex items-center justify-between mb-3">
137137
<div className="flex items-center gap-3 flex-1">

0 commit comments

Comments
 (0)