纠正一处书写错误。
This commit is contained in:
parent
f887679fbf
commit
f9030ed03a
|
@ -140,7 +140,7 @@
|
||||||
--color-success-hover: oklch(from var(--color-success) calc(l + (1 - l) * 0.3) c h);
|
--color-success-hover: oklch(from var(--color-success) calc(l + (1 - l) * 0.3) c h);
|
||||||
--color-success-active: oklch(from var(--color-success) calc(l * 0.8) c h);
|
--color-success-active: oklch(from var(--color-success) calc(l * 0.8) c h);
|
||||||
--color-success-focus: oklch(from var(--color-success) calc(l + (1 - l) * 0.5) c h);
|
--color-success-focus: oklch(from var(--color-success) calc(l + (1 - l) * 0.5) c h);
|
||||||
--dolor-success-disabled: oklch(from var(--color-success) calc(l * 0.8) calc(c * 0.1) h);
|
--color-success-disabled: oklch(from var(--color-success) calc(l * 0.8) calc(c * 0.1) h);
|
||||||
|
|
||||||
--color-info: var(--color-indigo);
|
--color-info: var(--color-indigo);
|
||||||
--color-info-hover: oklch(from var(--color-info) calc(l + (1 - l) * 0.3) c h);
|
--color-info-hover: oklch(from var(--color-info) calc(l + (1 - l) * 0.3) c h);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user