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