Add All Skeleton Except Collaboration

This commit is contained in:
2024-12-30 17:37:44 +08:00
parent 82a55d7148
commit a74a32b422
55 changed files with 305 additions and 219 deletions

View File

@@ -79,7 +79,7 @@ export default function HomeViewNew() {
}
}}
>
<IconUserSearch color="white" />
<IconUserSearch color={MainColor.white} />
</ActionIcon>
}
customButtonRight={
@@ -113,10 +113,10 @@ export default function HomeViewNew() {
</Text>
}
>
<IconBell color="white" />
<IconBell color={MainColor.white} />
</Indicator>
) : (
<IconBell color="white" />
<IconBell color={MainColor.white} />
)}
</ActionIcon>
}