aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
blob: 16e6aad7a68bcfe056d6dcc38572898af50e1852 (plain)
1
2
3
4
5
6
7
8
export default {
  inputHeight: '42px',
  borderRadius: '4px',
  sidebarWidth: '28%',
  tabletSidebarWidth: '52px',
  desktopDrawerWidth: '360px',
  tabletDrawerWidth: '320px',
};