From b2e011cf7a1107119277bf1ad478dab605bc2cdc Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:13:05 +0300 Subject: [PATCH] Fix file input text color --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index 4a5a6aa9d..154c013e1 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -461,6 +461,7 @@ height: 100%; border: none; background-color: var(--color-bg-higher); + color: var(--color-text-high); white-space: nowrap; margin-right: var(--s-2); }