Improve color shade of sidebar link icon

Was a bit bright
This commit is contained in:
Râu Cao 2025-05-27 14:58:09 +04:00
parent 393f85e45c
commit 0b4bc4ef5c
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -29,7 +29,7 @@ class SidenavLinkComponent < ViewComponent::Base
def class_names_icon(path)
if @active
"text-teal-500 group-hover:text-teal-500 flex-shrink-0 -ml-1 mr-3 h-6 w-6"
"text-teal-600 group-hover:text-teal-600 flex-shrink-0 -ml-1 mr-3 h-6 w-6"
elsif @disabled
"text-gray-300 group-hover:text-gray-300 flex-shrink-0 -ml-1 mr-3 h-6 w-6"
else