fix: style private key as red well, remove explicit copy text
All checks were successful
check / check (push) Successful in 22s

- Replace dashed border with light red well (bg-danger-well) and rounded corners
- Remove redundant 'Click to copy.' paragraph
- Add --color-danger-well theme token
This commit is contained in:
user
2026-02-28 11:54:20 -08:00
parent 72a4dd3382
commit 0c1150ac4d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
--color-border-light: #cccccc;
--color-hover: #eeeeee;
--color-well: #f5f5f5;
--color-danger-well: #fef2f2;
--color-section: #dddddd;
}