From 086082833981336b3c619a3fc7ac4a88ee70bb2a Mon Sep 17 00:00:00 2001 From: Millicool Date: Sat, 7 Feb 2026 22:40:20 +0100 Subject: [PATCH] Change pill color --- ui.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.R b/ui.R index ff4f943..aeb9861 100644 --- a/ui.R +++ b/ui.R @@ -151,10 +151,10 @@ ui <- function() { .selectize-control.multi .selectize-input > div { border-radius: 12px; padding: 2px 16px 2px 16px; - background: #d5f4ff; + background: #cfe5fa; } .selectize-control.multi .selectize-input > div.active { - background: #b8ecff; + background: #a2c1e0; color: #000; } .selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {