- get plans via api

- subscribe to plan at the frontend
This commit is contained in:
Čarodej
2021-11-11 14:57:53 +01:00
parent 8387467ee7
commit c7dab4b268
14 changed files with 567 additions and 153 deletions

1
tailwind.config.js vendored
View File

@@ -13,6 +13,7 @@ module.exports = {
'3': '3px',
},
borderColor: theme => ({
'light': '#F8F8F8',
'dark-background': '#151515',
'dark-secondary': '#1e2024',
}),