forked from sashaastiadi/www_mycelium_net
style: add hover scale effect and improve download buttons layout
This commit is contained in:
@@ -11,7 +11,7 @@ export function WindowsLink({
|
||||
href="https://github.com/threefoldtech/myceliumflut/releases"
|
||||
aria-label="Download for Windows"
|
||||
className={clsx(
|
||||
'flex items-center rounded-lg transition-colors px-4 py-2',
|
||||
'flex items-center rounded-lg px-4 py-2 transition-all hover:scale-105',
|
||||
color === 'black'
|
||||
? 'bg-gray-800 text-white hover:bg-gray-900'
|
||||
: 'bg-white text-gray-900 hover:bg-gray-50',
|
||||
|
||||
Reference in New Issue
Block a user