From 1eb2c2d6e1679edf1eeda603a1ab2093a593141e Mon Sep 17 00:00:00 2001 From: rxyhn Date: Sun, 8 Sep 2024 17:25:39 +0700 Subject: [PATCH] chore: fix buttons color --- src/components/Button.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.astro b/src/components/Button.astro index ec09955..d7340d7 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -4,7 +4,7 @@ const { link, text } = Astro.props; {text}