From c2ca3beb05c4ee8d1013d1d318e225ab35759b8a Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 19 Apr 2024 15:33:36 +0100 Subject: [PATCH] update accent color on github button --- src/app/components/github-star.tsx | 2 +- tailwind.config.ts | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/components/github-star.tsx b/src/app/components/github-star.tsx index 4473eee..82ca59b 100644 --- a/src/app/components/github-star.tsx +++ b/src/app/components/github-star.tsx @@ -23,7 +23,7 @@ export function GithubStar(): ReactElement { href="https://github.com/RealFascinated/minecraft-helper" target="_blank" > -

{starCount}

+

{starCount}

Star us!

diff --git a/tailwind.config.ts b/tailwind.config.ts index 481b742..bd7741d 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -19,7 +19,10 @@ const config = { xs: "475px", }, colors: { - "github-green": "#28a745", + "github-green": { + DEFAULT: "#28a745", + accent: "#348e43", + }, border: "hsl(var(--border))", input: "hsl(var(--input))", ring: "hsl(var(--ring))",