update accent color on github button
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m18s

This commit is contained in:
Lee
2024-04-19 15:33:36 +01:00
parent f06b47823c
commit c2ca3beb05
2 changed files with 5 additions and 2 deletions

View File

@ -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))",