fix: switch small and medium table row size.

This commit is contained in:
a.bouhuolia
2021-09-26 13:14:03 +02:00
parent cd5116dbcb
commit 31d2b1b09a
6 changed files with 30 additions and 11 deletions

View File

@@ -13,3 +13,9 @@ export const TABLES = {
MANUAL_JOURNALS: 'manual_journal',
EXPENSES: 'expenses',
};
export const TABLE_SIZE = {
COMPACT: 'compact',
SMALL: 'small',
MEDIUM: 'medium',
}