feat: support showing publish failed messages (#1209)
This commit is contained in:
parent
0b2b9a713b
commit
85e163a0ad
7 changed files with 93 additions and 17 deletions
|
@ -41,6 +41,7 @@ export default defineConfig({
|
|||
'btn-outline': 'btn-base px-4 py-2 rounded text-$c-primary border border-$c-primary hover:bg-$c-primary hover:text-inverted',
|
||||
'btn-text': 'btn-base px-4 py-2 text-$c-primary hover:text-$c-primary-active',
|
||||
'btn-action-icon': 'btn-base hover:bg-active rounded-full h9 w9 flex items-center justify-center disabled:bg-transparent disabled:text-$c-text-secondary',
|
||||
'btn-danger': 'btn-base px-4 py-2 rounded text-white bg-$c-danger hover:bg-$c-danger-active',
|
||||
|
||||
// input
|
||||
'input-base-focus': 'focus:outline-none focus:border-$c-primary',
|
||||
|
@ -95,6 +96,10 @@ export default defineConfig({
|
|||
DEFAULT: 'var(--c-primary)',
|
||||
active: 'var(--c-primary-active)',
|
||||
},
|
||||
danger: {
|
||||
DEFAULT: 'var(--c-danger)',
|
||||
active: 'var(--c-danger-active)',
|
||||
},
|
||||
},
|
||||
},
|
||||
rules: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue