aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/styles/default/default-props.js
blob: c25d9009da9664f71b213e101b4b5edbe582acef (plain) (blame)
1
2
3
4
5
6
7
8
9
export const defaultProps = {
  Button: { radius: 2 },
  Badge: { size: 'sm' },
  Group: { spacing: 'xs' },
  Paper: { radius: 0 },
  Tooltip: { withArrow: true },
  Table: { verticalSpacing: 8 },
  ActionIcon: { size: 'sm' },
};