style : update style

This commit is contained in:
lukman
2024-09-21 15:50:21 +08:00
parent 2171c369df
commit 40471f5ebc
8 changed files with 786 additions and 276 deletions

View File

@@ -220,6 +220,9 @@ export default function ListNotification() {
mt={10}
fz={15}
c={v.isRead == false ? tema.get().utama : "gray"}
onClick={() => {
onReadNotif(v.category, v.idContent, v.id);
}}
>
{v.desc}
</Text>