mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
use toastFrontend for error msgs in plugins
This commit is contained in:
parent
5e7253282c
commit
a9722e70fd
6 changed files with 12 additions and 96 deletions
|
|
@ -421,13 +421,6 @@
|
|||
color: var(--color-highlight);
|
||||
}
|
||||
|
||||
.pi-state-error {
|
||||
border-color: rgba(239, 68, 68, 0.28);
|
||||
background: rgba(239, 68, 68, 0.1);
|
||||
color: var(--color-error);
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.pi-state-empty .material-symbols-outlined {
|
||||
color: var(--color-text-muted);
|
||||
}
|
||||
|
|
@ -541,14 +534,6 @@
|
|||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
.pi-error {
|
||||
color: var(--color-error);
|
||||
padding: 0.75rem;
|
||||
background: var(--color-error-bg, rgba(239, 68, 68, 0.1));
|
||||
border-radius: 4px;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.pi-empty {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue