pleroma-fe/src/components/top_bar.style.js
Henry Jameson 96e3a1593a more optimizations, execution is now split into eager (for main UI) and
lazy (for modals, popovers etc) parts
2024-02-15 20:20:27 +02:00

21 lines
273 B
JavaScript

export default {
name: 'TopBar',
selector: 'nav',
validInnerComponents: [
'Link',
'Text',
'Icon',
'Button',
'ButtonUnstyled',
'Input',
'Badge'
],
defaultRules: [
{
directives: {
background: '--fg'
}
}
]
}