Fix button/menu item border

This commit is contained in:
gdarko
2024-01-28 18:06:11 -06:00
parent 1cd00ae809
commit ce2d250365
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@
hasActiveUrl(item.link)
? 'text-primary-500 border-primary-500 bg-gray-100 '
: 'text-black',
'cursor-pointer px-0 pl-6 hover:bg-gray-50 py-3 group flex items-center border-l-4 border-solid border-transparent text-sm not-italic font-medium',
'cursor-pointer px-0 pl-6 hover:bg-gray-50 py-3 group flex items-center border-l-4 border-solid text-sm not-italic font-medium',
]"
>
<BaseIcon