mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: change the default sidebar width of the dashboard.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user