fix: set dialog text color to use theme foreground
The native `<dialog>` element has browser-default black text that doesn't inherit from the body, making it unreadable in dark mode.
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: var(--bg-1);
|
background: var(--bg-1);
|
||||||
|
color: var(--fg-0);
|
||||||
border: var(--border-0);
|
border: var(--border-0);
|
||||||
border-radius: var(--radius-lg);
|
border-radius: var(--radius-lg);
|
||||||
box-shadow: var(--shadow-3);
|
box-shadow: var(--shadow-3);
|
||||||
|
|||||||
Reference in New Issue
Block a user