training.tsx still a bit messy, all that is left is to retrieve data from firestore /training and /walkthrough and render it

This commit is contained in:
Carlos Mesquita
2024-07-31 20:44:46 +01:00
parent 02320b9484
commit a534126c61
16 changed files with 1600 additions and 285 deletions

View File

@@ -8,6 +8,9 @@ module.exports = {
],
theme: {
extend: {
boxShadow: {
'training-inset': 'inset 0px 2px 18px 0px #00000029',
},
colors: {
mti: {
orange: {DEFAULT: "#FF6000", dark: "#cc4402", light: "#ff790a", ultralight: "#ffdaa5"},
@@ -62,5 +65,5 @@ module.exports = {
},
},
},
plugins: [require("daisyui"), require("tailwind-scrollbar-hide")],
plugins: [require("daisyui"), require("tailwind-scrollbar-hide"),],
};