feat(Child): add broke message and update button styles
This commit is contained in:
parent
4c94212b7f
commit
f243483688
5 changed files with 31 additions and 7 deletions
|
@ -1,10 +1,17 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
|
||||
const colors = require('tailwindcss/colors');
|
||||
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{html,ts}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
...colors,
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
|
Reference in a new issue