mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(web): remove rounded corners of middle usernav item (#1430)
This commit is contained in:
parent
2e70ecbd9f
commit
eb43dadd2f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export const RightNav = (props: RightNavProps) => {
|
||||||
active
|
active
|
||||||
? "bg-gray-100 dark:bg-gray-600"
|
? "bg-gray-100 dark:bg-gray-600"
|
||||||
: "",
|
: "",
|
||||||
"flex items-center transition rounded-t-md px-2 py-2 text-sm text-gray-900 dark:text-gray-200"
|
"flex items-center transition px-2 py-2 text-sm text-gray-900 dark:text-gray-200"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Cog6ToothIcon
|
<Cog6ToothIcon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue