style(settings): centraliza botão Alterar senha
Remove justify-start para centralizar conteúdo como o botão Encerrar sessão. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c7b6d78ec2
commit
c0e0421369
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ export function SettingsContent() {
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="space-y-2">
|
<CardContent className="space-y-2">
|
||||||
<Button variant="outline" size="sm" className="w-full justify-start gap-2" asChild>
|
<Button variant="outline" size="sm" className="w-full gap-2" asChild>
|
||||||
<Link href="/recuperar">
|
<Link href="/recuperar">
|
||||||
<Key className="size-4" />
|
<Key className="size-4" />
|
||||||
Alterar senha
|
Alterar senha
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue