aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.style.js
blob: b76b3eb061982db10a85a3c75e6bb4e1a0a97d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
  name: 'Attachment',
  selector: '.Attachment',
  validInnerComponents: [
    'Border',
    'ButtonUnstyled'
  ],
  defaultRules: [
    {
      directives: {
        roundness: 3
      }
    }
  ]
}