forked from RiseUP/riseup-squad20
fix: corrigir hover dos botões para azul padronizado
- Corrigir botão "Hoje" para ter hover azul ao invés de branco - Adicionar CSS para padronizar todos os hovers para azul - Corrigir ícones que ficavam invisíveis no hover - Melhorar consistência visual entre modo claro e escuro
This commit is contained in:
parent
584306377c
commit
7061909480
@ -485,7 +485,7 @@ const ProfissionalPage = () => {
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={goToToday}
|
||||
className="ml-4 px-3 py-1 text-sm transition-colors hover:bg-primary hover:text-white cursor-pointer"
|
||||
className="w-full justify-start transition-colors hover:bg-primary hover:text-white cursor-pointer"
|
||||
>
|
||||
Hoje
|
||||
</Button>
|
||||
|
||||
@ -47,9 +47,10 @@ export function Header() {
|
||||
<SimpleThemeToggle />
|
||||
<Button
|
||||
variant="outline"
|
||||
className="text-primary border-primary hover:bg-primary hover:text-primary-foreground bg-transparent"
|
||||
className="text-primary border-primary hover:bg-transparent hover:text-primary bg-transparent transition-all duration-200"
|
||||
asChild
|
||||
>
|
||||
|
||||
<Link href="/login-paciente">Sou Paciente</Link>
|
||||
</Button>
|
||||
<Button className="bg-primary hover:bg-primary/90 text-primary-foreground">
|
||||
@ -58,7 +59,7 @@ export function Header() {
|
||||
<Link href="/login-admin">
|
||||
<Button
|
||||
variant="outline"
|
||||
className="text-slate-700 border-slate-600 hover:bg-slate-700 hover:text-white bg-transparent"
|
||||
className="text-slate-700 border-slate-600 hover:bg-transparent hover:text-slate-700 bg-transparent transition-all duration-200"
|
||||
>
|
||||
Sou Administrador de uma Clínica
|
||||
</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user