feat(desktop/ui): force light theme for readability in Tauri; strengthen contrast for card/input/alerts; add inventory summary cards
This commit is contained in:
parent
c70691bce8
commit
319e9d0eef
3 changed files with 22 additions and 63 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="color-scheme" content="light" />
|
||||
<link rel="stylesheet" href="/src/styles.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sistema de Chamados — Agente Desktop</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue