Skip to content

Commit b7ca42f

Browse files
committed
Fix Modal text color in dark-mode docs
1 parent 4f137dd commit b7ca42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Modal/Modal.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
padding: 0;
2626
overflow-y: auto;
2727
overscroll-behavior: contain;
28+
color: inherit;
2829
border-width: 0;
2930
border-radius: settings.$border-radius;
3031
background: theme.$background;

0 commit comments

Comments
 (0)