From c727980e315a835ab121afc4eea924fa4c9798ac Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 26 Sep 2024 21:28:59 -0300 Subject: [PATCH] style: change tom-select clear-button color --- frontend/src/styles/_tom-select.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/_tom-select.scss b/frontend/src/styles/_tom-select.scss index 567be9c..6a1791a 100644 --- a/frontend/src/styles/_tom-select.scss +++ b/frontend/src/styles/_tom-select.scss @@ -43,3 +43,7 @@ box-shadow: $form-select-focus-box-shadow; } } + +.ts-control > .clear-button { + color: $red !important; +}