music-video-gen/tv-player/src/tailwind-config.js
2025-11-13 19:23:05 +01:00

11 lines
182 B
JavaScript

// Configure Tailwind for the button
tailwind.config = {
theme: {
extend: {
colors: {
'tape-red': '#cc3333',
},
}
}
}