Skip to content

Commit d3886c8

Browse files
committed
Support small table row height
1 parent e4cf417 commit d3886c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
export const SKELETON_ROWS_AMOUNT = 5;
22

33
export enum RowSizes {
4+
SMALL = "small",
45
MEDIUM = "medium",
56
LARGE = "large"
67
}
78

89
export const RowHeights = {
10+
[RowSizes.SMALL]: 32,
911
[RowSizes.MEDIUM]: 40,
1012
[RowSizes.LARGE]: 48
1113
};

0 commit comments

Comments
 (0)