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

23 lines
341 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',
'Attachment'
],
defaultRules: [
{
directives: {
background: '--bg'
}
}
]
}