feat: support showing publish failed messages (#1209)

This commit is contained in:
Alex 2023-01-17 20:56:51 +08:00 committed by GitHub
parent 0b2b9a713b
commit 85e163a0ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 93 additions and 17 deletions

View file

@ -1,6 +1,8 @@
:root {
--c-border: #eee;
--c-border-dark: #dccfcf;
--c-danger: #FF3C1B;
--c-danger-active: #B50900;
--rgb-bg-base: 250, 250, 250;
@ -32,6 +34,8 @@
--c-primary-active: var(--c-dark-primary-active);
--c-primary-light: var(--c-dark-primary-light);
--c-primary-fade: var(--c-dark-primary-fade);
--c-danger: #FF2810;
--c-danger-active: #E02F00;
--c-border: #222;
--c-border-dark: #545251;