pl-fe: moar transparency

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-02-03 10:36:51 +01:00
parent 12b6a28eec
commit 229aae693c

View File

@ -89,7 +89,7 @@ const ScrollTopButton: React.FC<IScrollTopButton> = ({
aria-hidden={!visible}
>
<button
className='flex cursor-pointer items-center space-x-1.5 whitespace-nowrap rounded-full bg-primary-600 px-4 py-2 text-white transition-transform hover:scale-105 hover:bg-primary-700 active:scale-100'
className='flex cursor-pointer items-center space-x-1.5 whitespace-nowrap rounded-full bg-primary-600/80 px-4 py-2 text-white backdrop-blur-md transition-transform hover:scale-105 hover:bg-primary-700/80 active:scale-100'
onClick={handleClick}
tabIndex={visible ? 0 : -1}
>