Skip to content

Commit

Permalink
feat: fab accent outline
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 2, 2023
1 parent 7f6fe84 commit 0a6f7d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ui/fab/FABContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ export const FABBase = (
className={clsxm(
'mt-2 flex items-center justify-center',
'h-12 w-12 text-lg md:h-10 md:w-10 md:text-base',
'border border-accent transition-all duration-300 hover:opacity-100 focus:opacity-100 focus:outline-none',
'border border-accent outline-accent hover:opacity-100 focus:opacity-100 focus:outline-none',
'rounded-xl border border-zinc-400/20 shadow-lg backdrop-blur-lg dark:border-zinc-500/30 dark:bg-zinc-800/80 dark:text-zinc-200',
'bg-slate-50/80 shadow-lg dark:bg-neutral-900/80',
'transition-all duration-500 ease-in-out',

className,
)}
Expand Down

1 comment on commit 0a6f7d6

@vercel
Copy link

@vercel vercel bot commented on 0a6f7d6 Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
innei.in
springtide.vercel.app
shiro-innei.vercel.app

Please sign in to comment.