fix: better styles for active option

This commit is contained in:
2025-07-06 12:19:37 -05:00
parent cc366eb09f
commit 17f6316353
3 changed files with 12 additions and 2 deletions

View File

@@ -120,5 +120,5 @@ dialog[data-dialog-target="dialog"][closing] {
#search .ts-dropdown .ts-dropdown-content .option.active {
background: unset;
@apply hover:bg-orange-500/80 active:bg-orange-500/80 text-black rounded-md
@apply bg-orange-500/80 text-black font-bold rounded-md
}