fix: th text align left

This commit is contained in:
Jozef Steinhübl 2024-08-18 18:35:36 +02:00
parent ca7b717f45
commit 06fbd1cc94
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -34,6 +34,15 @@ module.exports = {
yellow: ["0 45px 35px rgba(250, 193, 25, 0.5)"],
yellowalt: ["0 4px 12px rgba(250, 193, 25, 0.8)"],
},
typography: {
DEFAULT: {
css: {
th: {
textAlign: "left",
},
},
},
},
},
},
plugins: [require("@tailwindcss/typography")],