We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f2f2 commit ce0770eCopy full SHA for ce0770e
theme/helpers/_darkTheme.scss
@@ -1,12 +1,12 @@
1
@mixin darkTheme {
2
color-scheme: dark;
3
- --background-color: #121212;
4
- --primary: #222236;
5
- --primary-100: #222236;
6
- --secondary: #c61a73;
+ --background-color: #1a1a1d;
+ --primary: #101011;
+ --primary-100: rgba(108, 108, 184, 0.07);
+ --secondary: #d6673b;
7
--disabled: #b0bec5;
8
- --destruct: rgba(165, 10, 69, 0.9);
9
- --error: rgba(165, 10, 69, 0.9);
+ --destruct: rgba(165, 10, 69, 1);
+ --error: rgba(165, 10, 69, 1);
10
--error-100: rgba(165, 10, 69, 0.2);
11
--success: rgb(105, 177, 99);
12
--light: rgb(230, 230, 230);
0 commit comments