Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Feb 9, 2024
1 parent 6b1896f commit a99a89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.155",
"version": "3.0.156",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/LogoPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ 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-100/80'
'bg-[#EBEBEB] border-transparent hover:bg-[#c3c3c380] dark:bg-neutral-0 hover:dark:bg-neutral-0/60'
)}>
<div>{cloneElement(icon, {className: 'w-8 h-8'})}</div>
<div className={'pt-2 text-center'}>
Expand Down

0 comments on commit a99a89d

Please sign in to comment.