Refactor: Extract colors

This commit is contained in:
2024-05-20 22:55:27 +03:00
parent 331c9e42ec
commit 94de96273f
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -134,7 +134,7 @@
}
&[data-type='error'] {
--toast-color: #e04343;
--toast-color: var(--red);
}
padding: 0px;
+5
View File
@@ -15,6 +15,11 @@
--gray: #21212c;
--gray-dim: #151520;
--red: #e04343;
--red-transparent: #e0434320;
--yellow: #f5ca54;
--yellow-transparent: #f5ca5420;
}
body {