„assets/tailwind.config.js“ ändern

This commit is contained in:
inhji 2023-03-15 10:24:53 +01:00
parent 1bc993121c
commit 03b3d3fb5d

View file

@ -18,7 +18,7 @@ module.exports = {
code: colors.emerald, code: colors.emerald,
gray: colors.zinc, gray: colors.zinc,
theme: { theme: {
primary: "var(--color-primary)" primary: 'rgb(var(--color-primary) / <alpha-value>)'
} }
} }
}, },