feat: style the banking service

This commit is contained in:
Ahmed Bouhuolia
2024-07-01 20:11:30 +02:00
parent 55caf037cd
commit 50861940a8
8 changed files with 56 additions and 46 deletions

View File

@@ -106,6 +106,10 @@ const DashboardConstrantTable = styled(DataTable)`
.thead {
.th {
background: #fff;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
}
}

View File

@@ -120,6 +120,10 @@ const DashboardConstrantTable = styled(DataTable)`
.thead {
.th {
background: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;i
font-weight: 500;
}
}

View File

@@ -55,14 +55,17 @@ export function useUncategorizedTransactionsColumns() {
Header: 'Date',
accessor: 'formatted_date',
width: 110,
textOverview: true,
},
{
Header: 'Description',
accessor: descriptionAccessor,
textOverview: true,
},
{
Header: 'Payee',
accessor: 'payee',
textOverview: true,
},
{
Header: 'Recognize',
@@ -72,6 +75,7 @@ export function useUncategorizedTransactionsColumns() {
{
Header: 'Rule',
accessor: 'bank_rule_name',
textOverview: true,
},
{
Header: 'Deposit',