mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: optimize the style of bank account transactions tables
This commit is contained in:
@@ -104,6 +104,7 @@ export const useAccountsTableColumns = () => {
|
||||
width: 150,
|
||||
clickable: true,
|
||||
align: 'right',
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
id: 'balance',
|
||||
@@ -112,6 +113,7 @@ export const useAccountsTableColumns = () => {
|
||||
Cell: BalanceCell,
|
||||
width: 150,
|
||||
clickable: true,
|
||||
money: true,
|
||||
align: 'right',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user