11 lines
182 B
JavaScript
11 lines
182 B
JavaScript
// Configure Tailwind for the button
|
|
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'tape-red': '#cc3333',
|
|
},
|
|
}
|
|
}
|
|
}
|