From 9320833e073443eab65aa6452e5f084f48b1e702 Mon Sep 17 00:00:00 2001 From: Lains Date: Tue, 29 Aug 2023 17:12:09 -0300 Subject: [PATCH] Update _tauos.scss --- Helium/gtk-4.0/_tauos.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Helium/gtk-4.0/_tauos.scss b/Helium/gtk-4.0/_tauos.scss index 3c1f1a4..8b3e259 100644 --- a/Helium/gtk-4.0/_tauos.scss +++ b/Helium/gtk-4.0/_tauos.scss @@ -1239,6 +1239,9 @@ $colors: ( & entry { background: bg-color(2); } + & .text-field { + background: bg-color(2); + } } } @@ -1256,6 +1259,9 @@ $colors: ( & entry { background: bg-color(3); } + & .text-field { + background: bg-color(3); + } } & .appbar {