fix: undefined variable name fixed in dark.scss (backport #23646) (#23693)

Co-authored-by: MasterCat <mastercat@link-igor.de>
This commit is contained in:
mergify[bot] 2023-12-08 17:57:18 +05:30 committed by GitHub
parent 84fcd857e4
commit bfc2c07630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ $check-icon-dark: url("data:image/svg+xml, <svg viewBox='0 0 8 7' fill='none' xm
--icon-stroke: var(--gray-300);
// Error colors
--error-bg: var(--red-70);
--error-bg: var(--red-800);
--error-border: var(--red-400);
// Layout Colors