Fix notification styling

This commit is contained in:
Jas Singh
2024-07-01 19:43:28 -07:00
parent 8f54a92e80
commit 98cb6c26f0
4 changed files with 6 additions and 13 deletions

View File

@@ -37,7 +37,6 @@ const Center = () => {
spacing: 5,
children: [
BarItemBox(Media()),
// BarItemBox(Notification())
],
});
};