Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Mar 4, 2024
1 parent dc45fb6 commit 0bfd267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.172",
"version": "3.0.173",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
7 changes: 2 additions & 5 deletions src/components/LogoPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,15 @@ export function LogoPopover(): ReactElement {
onClick={(): void => set_isShowing(false)}
className={cl(
'flex cursor-pointer flex-col items-center justify-center transition-colors p-4 rounded',
'bg-[#EBEBEB] border-transparent hover:bg-[#c3c3c380] dark:bg-neutral-0 hover:dark:bg-neutral-0/60'
'bg-[#EBEBEB] border-transparent hover:bg-[#c3c3c380] dark:bg-[#010A3B] hover:dark:bg-neutral-0'
)}>
<div>
{cloneElement(icon, {
className: 'w-8 h-8 min-w-8 max-w-8 min-h-8 max-h-8'
})}
</div>
<div className={'pt-2 text-center'}>
<b
className={
'text-base text-neutral-0 dark:text-neutral-900'
}>
<b className={'text-base text-black dark:text-white'}>
{name}
</b>
</div>
Expand Down

0 comments on commit 0bfd267

Please sign in to comment.