From 4f7c3c6110dca827192d2c49f528e4afba03a6f4 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:32:08 +0200 Subject: [PATCH] Build: Theme color for icon --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index 3f8c11b89..dbbc5f836 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -897,6 +897,7 @@ dialog::backdrop { .build__icon { width: 1.2rem; height: 1.2rem; + fill: var(--theme); } .build__small-text {