Skip to content

Commit 88793af

Browse files
Change text color to white
Updated the text color to white for the selected button in `src/components/AffiliateManagementDialog.tsx`.
1 parent e432d90 commit 88793af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AffiliateManagementDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const AffiliateManagementDialog = ({ affiliate, open, onOpenChange, mode
183183
<AlertDialogAction
184184
onClick={handleDelete}
185185
disabled={loading}
186-
className="bg-red-600 hover:bg-red-700"
186+
className="bg-red-600 hover:bg-red-700 text-white"
187187
>
188188
{loading ? 'Suppression...' : 'Supprimer'}
189189
</AlertDialogAction>

0 commit comments

Comments
 (0)