From bb2f844ec8ee8f5f124d2fcb2d1dc46f6ea65e42 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:02:31 +0200 Subject: [PATCH] Fix dialog color in light mode --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index eb6d40d3f..43393f422 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -339,6 +339,7 @@ dialog { border-radius: var(--rounded); margin: auto; background-color: var(--bg); + color: var(--text); } dialog::backdrop {