chore(FE-91): set color for step-warning

This commit is contained in:
ValdiANS
2025-10-30 10:48:37 +07:00
parent dd3a0079db
commit 5c3b1c489f
+5
View File
@@ -9,6 +9,11 @@
--step-fg: var(--color-error-content);
}
.step.step-warning::before {
--step-bg: var(--color-warning);
--step-fg: var(--color-warning-content);
}
.table :where(th, td) {
vertical-align: top;
}