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