chore(ui): use antd danger prop instead of tailwind for Remove button

This commit is contained in:
Ryan Crabbe
2026-03-16 15:36:28 -07:00
parent 016667b2fa
commit 5befc025d8
@@ -161,9 +161,9 @@ const DefaultUserSettings: React.FC<DefaultUserSettingsProps> = ({
<Text className="font-medium">Team {index + 1}</Text>
<Button
size="small"
danger
icon={<DeleteOutlined />}
onClick={() => removeTeam(index)}
className="text-red-500 hover:text-red-700"
>
Remove
</Button>