mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
chore(ui): use antd danger prop instead of tailwind for Remove button
This commit is contained in:
parent
016667b2fa
commit
5befc025d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue