Add slate elevation color (#662)

This commit is contained in:
Salih Altun
2024-07-30 21:20:52 +03:00
committed by GitHub
parent dadb3724b7
commit 66450caedc

View File

@@ -18,6 +18,9 @@ module.exports = {
},
extend: {
colors: {
slate: {
elevation2: "hsl(var(--slate-elevation-2))",
},
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",