Kue705-FO UI component

This commit is contained in:
ISA
2024-09-29 21:46:20 +02:00
parent 6bd667c8fc
commit 28f791069f
4 changed files with 64 additions and 78 deletions

View File

@@ -6,7 +6,11 @@ module.exports = {
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {},
extend: {
colors: {
"littwin-blue": "#00AEEF", // Definiere die Farbe mit dem gewünschten Hex-Wert
},
},
},
plugins: [],
};