aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
blob: b6edc5e9f02cbaba011939e94cca08c46c55b367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export default {
  inputHeight: '42px',
  borderRadius: '4px',
  sidebarWidth: '28%',
  sidebarWidthTablet: '52px',
  drawerWidthDesktop: '360px',
  drawerWidthTablet: '320px',
  columnWidthDate: 160,
  columnWidthNumber: 130,
  columnWidthString: 160,
  columnWidthBoolean: 130,
  bottomNavMaxWidth: '400px',
};