Change the style of workflow header (#855)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-09-19 06:20:41 -07:00
committed by GitHub
parent 5b136b55e0
commit 4474a530bf
5 changed files with 35 additions and 26 deletions

View File

@@ -38,6 +38,10 @@ module.exports = {
DEFAULT: "hsl(var(--secondary))",
foreground: "hsl(var(--secondary-foreground))",
},
tertiary: {
DEFAULT: "hsl(var(--tertiary))",
foreground: "hsl(var(--tertiary-foreground))",
},
destructive: {
DEFAULT: "hsl(var(--destructive))",
foreground: "hsl(var(--destructive-foreground))",