forked from emre/www_projectmycelium_com
Compare commits
2 Commits
0e8de7e7fe
...
6d186c2304
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d186c2304 | |||
| 681a7606d5 |
@@ -5,7 +5,7 @@ const baseStyles = {
|
|||||||
solid:
|
solid:
|
||||||
'inline-flex justify-center rounded-full py-2 px-5 text-base font-semibold transition-colors',
|
'inline-flex justify-center rounded-full py-2 px-5 text-base font-semibold transition-colors',
|
||||||
outline:
|
outline:
|
||||||
'inline-flex justify-center bg-white/90 hover:bg-[#fafafa] rounded-full border py-[calc(--spacing(2)-1px)] px-[calc(--spacing(5)-1px)] text-base transition-colors',
|
'inline-flex justify-center bg-transparent rounded-full border py-[calc(--spacing(2)-1px)] px-[calc(--spacing(5)-1px)] text-base transition-colors',
|
||||||
}
|
}
|
||||||
|
|
||||||
const variantStyles = {
|
const variantStyles = {
|
||||||
@@ -17,7 +17,7 @@ const variantStyles = {
|
|||||||
green: 'bg-green-500 text-white hover:bg-green-600',
|
green: 'bg-green-500 text-white hover:bg-green-600',
|
||||||
},
|
},
|
||||||
outline: {
|
outline: {
|
||||||
cyan: 'border-cyan-500 text-cyan-500 hover:bg-cyan-50',
|
cyan: 'border-cyan-500 text-cyan-500',
|
||||||
gray: 'border-gray-300 text-gray-700 hover:border-cyan-500 active:border-cyan-500',
|
gray: 'border-gray-300 text-gray-700 hover:border-cyan-500 active:border-cyan-500',
|
||||||
white: 'border-gray-300 text-white hover:border-cyan-500 active:border-cyan-500',
|
white: 'border-gray-300 text-white hover:border-cyan-500 active:border-cyan-500',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ export function Hero() {
|
|||||||
<img
|
<img
|
||||||
src={phoneFrame}
|
src={phoneFrame}
|
||||||
alt="Mycelium application demo"
|
alt="Mycelium application demo"
|
||||||
className="mx-auto h-full w-auto max-w-[366px]"
|
className="mx-auto w-auto max-w-[366px]"
|
||||||
width={366}
|
width={366}
|
||||||
height={729}
|
height={729}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user