fix: change the default sidebar width of the dashboard.

This commit is contained in:
a.bouhuolia
2022-11-06 16:08:39 +02:00
parent 9b9b43d065
commit 7de66f16ce
4 changed files with 76 additions and 72 deletions

View File

@@ -33,7 +33,7 @@ export const useGLEntriesTableColumns = () => {
accessor: ({ credit }) => credit.formatted_amount,
width: 100,
className: 'credit',
textAligment: 'right',
align: 'right',
textOverview: true,
},
{
@@ -42,6 +42,7 @@ export const useGLEntriesTableColumns = () => {
width: 100,
className: 'debit',
textOverview: true,
align: 'right',
},
],
[],