Skip to content

Commit

Permalink
Merge pull request #294 from WestpacGEL/273-gel-site-action-bar-corre…
Browse files Browse the repository at this point in the history
…ct-logo-hover-state

closes #273 action bar with animation
  • Loading branch information
samithaf authored Nov 16, 2023
2 parents 6af36a2 + 80c03b9 commit bf5547c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function CircleLogo({ className, children }: { children: React.ReactNode;
return (
<span
className={clsx(
'flex h-12 w-12 items-center justify-center rounded-full bg-white outline outline-1 outline-gel-border hover:outline-4 hover:outline-gel-icon/40',
'flex h-12 w-12 items-center justify-center rounded-full bg-white outline outline-1 outline-gel-border transition-all hover:outline-4 hover:outline-gel-icon/40',
className,
)}
>
Expand Down

0 comments on commit bf5547c

Please sign in to comment.