mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
social icon hover scale
This commit is contained in:
parent
dea0fbf9bd
commit
b753ac9843
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export const SocialLayout = () => {
|
|||
>
|
||||
{React.createElement(social.icon, {
|
||||
className:
|
||||
'fill-current focus:outline-none transition duration-300 ease-in-out hover:text-[#ad87ed]',
|
||||
'fill-current focus:outline-none transition duration-300 ease-in-out hover:text-[#ad87ed] hover:scale-105',
|
||||
})}
|
||||
</Icon>
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue