diff --git a/client/src/components/CategoryIcon/CategoryIcon.vue b/client/src/components/CategoryIcon/CategoryIcon.vue index adf8de1..439b224 100644 --- a/client/src/components/CategoryIcon/CategoryIcon.vue +++ b/client/src/components/CategoryIcon/CategoryIcon.vue @@ -7,13 +7,13 @@ + + diff --git a/client/src/components/Numpad/Numpad.vue b/client/src/components/Numpad/Numpad.vue index 7651167..f0b4515 100644 --- a/client/src/components/Numpad/Numpad.vue +++ b/client/src/components/Numpad/Numpad.vue @@ -4,16 +4,16 @@ {{ key }} - + - + - - diff --git a/client/src/components/TransactionItem/TransactionItem.vue b/client/src/components/TransactionItem/TransactionItem.vue index dfe60ea..b5b8a44 100644 --- a/client/src/components/TransactionItem/TransactionItem.vue +++ b/client/src/components/TransactionItem/TransactionItem.vue @@ -3,11 +3,10 @@ {{ item.category_name?.[0] || '?' }} @@ -19,7 +18,7 @@ {{ item.type === 'expense' ? '-' : '+' }}{{ formatAmount(item.amount) }} - + @@ -27,7 +26,7 @@