Skip to content

Commit

Permalink
Smaller Button
Browse files Browse the repository at this point in the history
Signed-off-by: Phrosfire <65364337+Phrosfire@users.noreply.github.com>
  • Loading branch information
Phrosfire authored and MathiasGruber committed Feb 21, 2025
1 parent b0185da commit bfd5cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/app/profile/edit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ const BattleSettingsEdit: React.FC<{ userId: string }> = ({ userId }) => {
title="Reset AI Profile"
button={
<Button
className="w-full bg-destructive text-destructive-foreground hover:bg-destructive/90"
variant="destructive"
size="sm"
disabled={!profile?.aiProfileId || isPending}
>
{isPending ? <Loader size={5} /> : "Reset AI Profile"}
Expand Down

0 comments on commit bfd5cd4

Please sign in to comment.