- transaction type for metered billing in transaction tables

This commit is contained in:
Čarodej
2021-12-23 17:12:51 +01:00
parent f88ed999c5
commit 0194e546fd
9 changed files with 99 additions and 42 deletions

7
tailwind.config.js vendored
View File

@@ -5,6 +5,13 @@ module.exports = {
debugScreens: {
position: ['bottom', 'right'],
},
textColor: {
'green': '#0ABB87',
'red': '#fd397a',
'yellow': '#ffb822',
'purple': '#9d66fe',
'blue': '#5578eb',
},
extend: {
scale: {
'97': '.97',