refactor(ext/vault): event delegation for error-cta + CSS variable consistency

This commit is contained in:
adlee-was-taken
2026-05-02 16:41:39 -04:00
parent 1c641b4911
commit 575343dc19
2 changed files with 23 additions and 18 deletions

View File

@@ -150,6 +150,7 @@ body {
align-items: center;
gap: 6px;
padding: 12px 16px;
/* rgba channels derived from --danger (#ab2b20 = rgb(171, 43, 32)) */
border: 1px solid rgba(171, 43, 32, 0.4);
border-radius: 6px;
background: rgba(171, 43, 32, 0.08);