diff --git a/src/components/About.tsx b/src/components/About.tsx index e55f2ab..d03c109 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -7,7 +7,7 @@ export function About() { return (
@@ -28,6 +28,7 @@ export function About() { href="https://docs.ourworld.tf/mycelium_cloud/docs/" target="_blank" variant="outline" + color="white" > Learn More diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 27f88bf..99a630e 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -16,7 +16,8 @@ const variantStyles = { gray: 'bg-gray-800 text-white hover:bg-gray-900 active:bg-gray-800 active:text-white/80', }, outline: { - gray: 'border-gray-300 text-gray-700 hover:border-gray-400 active:bg-gray-100 active:text-gray-700/80', + gray: 'border-gray-300 text-gray-700 hover:text-gray-500 hover:border-gray-400 active:bg-gray-100 active:text-gray-700/80', + white: 'border-gray-300 text-white hover:text-gray-200 hover:border-gray-400 active:bg-gray-100 active:text-gray-700/80', }, } diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 1fbfa99..66de473 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -98,7 +98,7 @@ function PlayIcon(props: React.ComponentPropsWithoutRef<'svg'>) { export function Hero() { return ( -
+
@@ -126,8 +126,8 @@ export function Hero() {
- -
+ +