chore(ui): use antd danger prop instead of tailwind for Remove button
This commit is contained in:
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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user