aboutsummaryrefslogtreecommitdiff
path: root/src/components/top_bar.style.js
blob: c02fecf16900e0413556e104983f5186b281a784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export default {
  name: 'TopBar',
  selector: 'nav',
  validInnerComponents: [
    'Link',
    'Text',
    'Icon',
    'Button',
    'ButtonUnstyled',
    'Input',
    'Badge'
  ],
  defaultRules: [
    {
      directives: {
        background: '--fg'
      }
    }
  ]
}