pleroma-fe/src/components/notification.style.js

22 lines
323 B
JavaScript
Raw Normal View History

export default {
name: 'Notification',
selector: '.Notification',
validInnerComponents: [
'Text',
'Link',
'Icon',
'Border',
'Button',
'ButtonUnstyled',
'RichContent',
2024-02-12 19:58:42 +02:00
'Input',
'Avatar'
],
defaultRules: [
{
directives: {
background: '--bg'
}
}
]
}