update move login button to shared component

This commit is contained in:
Kenta420-Poom 2023-09-20 12:18:12 +07:00
parent 930911d7a9
commit 1ff1e6a90c
9 changed files with 196 additions and 48 deletions

View file

@ -2,7 +2,14 @@
module.exports = {
content: ["./src/**/*.{html,ts}"],
theme: {
extend: {},
extend: {
"backgroundColor": {
"primary": "#EAE6E1",
},
"textColor": {
"primary": "#513C2F",
}
},
},
plugins: [],
}