aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/styles/default/default-props.js
blob: 87dbb2b52128feb9160ca609e96f682ef188ca0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
export const defaultProps = {
  Button: { radius: 2 },
  Badge: { size: 'sm' },
  Group: { spacing: 'xs' },
  Paper: { radius: 0 },
  Tooltip: { withArrow: true },
  Table: { verticalSpacing: 8 },
  ActionIcon: { size: 'sm' },
};