Refactor: Extract colors
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
}
|
||||
|
||||
&[data-type='error'] {
|
||||
--toast-color: #e04343;
|
||||
--toast-color: var(--red);
|
||||
}
|
||||
|
||||
padding: 0px;
|
||||
|
||||
@@ -15,6 +15,11 @@
|
||||
|
||||
--gray: #21212c;
|
||||
--gray-dim: #151520;
|
||||
|
||||
--red: #e04343;
|
||||
--red-transparent: #e0434320;
|
||||
--yellow: #f5ca54;
|
||||
--yellow-transparent: #f5ca5420;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user