feat(ST-1112): add missing MD3 tokens for task dialog
outline-variant, on-error-container, status-review (light + dark) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
650e740f9f
commit
218972d52f
1 changed files with 17 additions and 0 deletions
|
|
@ -73,9 +73,16 @@
|
|||
--switch-background: #79767d;
|
||||
--ring: var(--primary);
|
||||
|
||||
/* MD3 Outline Variant */
|
||||
--outline-variant: #c5c6d0;
|
||||
|
||||
/* MD3 On-Error-Container */
|
||||
--on-error-container: #410002;
|
||||
|
||||
/* Project Management Specific Colors */
|
||||
--status-todo: #6750a4;
|
||||
--status-in-progress: #0061a4;
|
||||
--status-review: #7b5ea7;
|
||||
--status-done: #006e1c;
|
||||
--status-blocked: #ba1a1a;
|
||||
|
||||
|
|
@ -177,9 +184,16 @@
|
|||
--switch-background: #898790;
|
||||
--ring: var(--primary);
|
||||
|
||||
/* MD3 Outline Variant */
|
||||
--outline-variant: #45464f;
|
||||
|
||||
/* MD3 On-Error-Container */
|
||||
--on-error-container: #ffdad6;
|
||||
|
||||
/* Project Management Specific Colors */
|
||||
--status-todo: #cfbdfe;
|
||||
--status-in-progress: #9fcbfa;
|
||||
--status-review: #c9b6ef;
|
||||
--status-done: #77db77;
|
||||
--status-blocked: #ffb4ab;
|
||||
|
||||
|
|
@ -256,6 +270,7 @@
|
|||
--color-error-foreground: var(--error-foreground);
|
||||
--color-error-container: var(--error-container);
|
||||
--color-error-container-foreground: var(--error-container-foreground);
|
||||
--color-on-error-container: var(--on-error-container);
|
||||
|
||||
--color-info: var(--info);
|
||||
--color-info-foreground: var(--info-foreground);
|
||||
|
|
@ -273,6 +288,7 @@
|
|||
--color-accent-foreground: var(--accent-foreground);
|
||||
--color-destructive: var(--destructive);
|
||||
--color-destructive-foreground: var(--destructive-foreground);
|
||||
--color-outline-variant: var(--outline-variant);
|
||||
--color-border: var(--border);
|
||||
--color-input: var(--input);
|
||||
--color-input-background: var(--input-background);
|
||||
|
|
@ -282,6 +298,7 @@
|
|||
/* Project management colors */
|
||||
--color-status-todo: var(--status-todo);
|
||||
--color-status-in-progress: var(--status-in-progress);
|
||||
--color-status-review: var(--status-review);
|
||||
--color-status-done: var(--status-done);
|
||||
--color-status-blocked: var(--status-blocked);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue