pleroma-fe/src/components/top_bar.style.js
2024-02-07 15:53:34 +02:00

19 lines
238 B
JavaScript

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