feat: excluded bank transactions

This commit is contained in:
Ahmed Bouhuolia
2024-06-27 22:14:53 +02:00
parent fab22c9820
commit 978ce6c441
28 changed files with 1301 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ export function MatchTransaction({
onClick={handleClick}
>
<Stack spacing={3}>
<span>{label}</span>
<span className={styles.label}>{label}</span>
<Text style={{ fontSize: 12, color: '#5C7080' }}>Date: {date}</Text>
</Stack>