mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix: web settings menu icon color (#113)
* fix: web settings menu icon color
This commit is contained in:
parent
65973758bd
commit
6df77de953
1 changed files with 1 additions and 6 deletions
|
@ -41,12 +41,7 @@ function SubNavLink({item, url}: any) {
|
|||
aria-current={splitLocation[2] === item.href ? 'page' : undefined}
|
||||
>
|
||||
<item.icon
|
||||
className={classNames(
|
||||
splitLocation[2] === item.href
|
||||
? 'text-teal-500 dark:text-blue-600 group-hover:text-teal-500 dark:group-hover:text-blue-600'
|
||||
: 'text-gray-400 group-hover:text-gray-500 dark:group-hover:text-gray-300',
|
||||
'flex-shrink-0 -ml-1 mr-3 h-6 w-6'
|
||||
)}
|
||||
className="text-gray-400 group-hover:text-gray-500 dark:group-hover:text-gray-300 flex-shrink-0 -ml-1 mr-3 h-6 w-6"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<span className="truncate">{item.name}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue