Skip to content

Commit 0cb5661

Browse files
committed
use text color in drawer
1 parent 546d799 commit 0cb5661

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/bright-eggs-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@learningmap/learningmap": patch
3+
---
4+
5+
use black text color in drawer

packages/learningmap/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
width: 500px;
157157
max-width: 90vw;
158158
background: var(--color-nav, white);
159+
color: var(--color-text, #000);
159160
box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
160161
z-index: 1003;
161162
display: flex;

0 commit comments

Comments
 (0)