aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
blob: bc20cb91cbe9c5061403b3d01181c94c88975d60 (plain)
1
2
3
4
5
6
7
export default {
  inputHeight: 42,
  borderRadius: 4,
  maxFormWidth: 335,
  sidebarWidth: 28,
  minSidebarWidth: 52 
};