update accent color on github button
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m18s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m18s
This commit is contained in:
parent
f06b47823c
commit
c2ca3beb05
@ -23,7 +23,7 @@ export function GithubStar(): ReactElement {
|
|||||||
href="https://github.com/RealFascinated/minecraft-helper"
|
href="https://github.com/RealFascinated/minecraft-helper"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<p className="text-white text-sm bg-secondary py-[3px] px-[4px] rounded-lg leading-none">{starCount}</p>
|
<p className="text-white text-sm bg-github-green-accent py-[3px] px-[4px] rounded-lg leading-none">{starCount}</p>
|
||||||
<Star size={16} />
|
<Star size={16} />
|
||||||
<p className="text-white text-sm">Star us!</p>
|
<p className="text-white text-sm">Star us!</p>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -19,7 +19,10 @@ const config = {
|
|||||||
xs: "475px",
|
xs: "475px",
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
"github-green": "#28a745",
|
"github-green": {
|
||||||
|
DEFAULT: "#28a745",
|
||||||
|
accent: "#348e43",
|
||||||
|
},
|
||||||
border: "hsl(var(--border))",
|
border: "hsl(var(--border))",
|
||||||
input: "hsl(var(--input))",
|
input: "hsl(var(--input))",
|
||||||
ring: "hsl(var(--ring))",
|
ring: "hsl(var(--ring))",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user