From 9c2af503b09dddd224e0289501c72dad87b094d9 Mon Sep 17 00:00:00 2001
From: Kalle <38327916+Sendouc@users.noreply.github.com>
Date: Sat, 4 Oct 2025 12:08:23 +0300
Subject: [PATCH] Fix select element down arrow size on light mode
---
app/styles/common.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/styles/common.css b/app/styles/common.css
index 26d034513..5cb49c7df 100644
--- a/app/styles/common.css
+++ b/app/styles/common.css
@@ -202,7 +202,7 @@ select:disabled {
/* Temporary solution for issue: https://github.com/sendou-ink/sendou.ink/issues/1141 */
.light select {
/* TODO: Get color from CSS var */
- background-image: url('data:image/svg+xml;utf8,');
+ background-image: url('data:image/svg+xml;utf8,');
}
select::selection {