ags: sync

This commit is contained in:
end-4
2023-12-31 17:03:39 +07:00
parent 2d0292755e
commit 5a7efaa139
7 changed files with 78 additions and 56 deletions
+7 -2
View File
@@ -258,8 +258,13 @@ export default ({
className: `${isPopup ? 'popup-' : ''}notif-${notifObject.urgency} spacing-h-10`,
children: [
notifIcon,
notifText,
notifExpandButton,
Box({
className: 'spacing-h-5',
children: [
notifText,
notifExpandButton,
]
})
]
})