Skip to content

Commit e19709a

Browse files
committed
adjust styles for dark mode ??
1 parent ef38899 commit e19709a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

app/globals.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
--flame7: #edcf9e;
6464
--flame8: #ffefae;
6565

66-
/* Desaturated oranges */
67-
--desatFlame8: #fefbe9;
68-
6966
/* A range of desaturated purples */
7067
--desatPurple0: #0f0a1f;
7168
--desatPurple1: #231c3d;

src/components/alert/styles.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
margin-bottom: 1rem;
33
padding: 0.5rem 1rem;
44
border-radius: 6px;
5-
color: var(--gray-500);
65
display: flex;
76
flex-direction: row;
87
gap: 0.7em;
@@ -42,8 +41,8 @@
4241
}
4342

4443
.alert-info {
45-
--alert-highlight-color: var(--desatPurple5);
46-
background: var(--desatPurple15);
44+
--alert-highlight-color: var(--accent-12);
45+
background: var(--accent-2);
4746
}
4847

4948
.alert-success {
@@ -53,6 +52,6 @@
5352
}
5453

5554
.alert-warning {
56-
--alert-highlight-color: var(--flame0);
57-
background: var(--desatFlame8);
55+
--alert-highlight-color: var(--amber-10);
56+
background: var(--amber-2);
5857
}

0 commit comments

Comments
 (0)