feat(app-bottom-nav): update styles and add variant support; integrate dark variant in SplashScreen
Docker Image / Build and Push Docker Image (push) Has been cancelled

This commit is contained in:
2026-07-08 17:15:06 +08:00
parent 264b7333e0
commit 75aa084095
3 changed files with 70 additions and 25 deletions
+1
View File
@@ -58,6 +58,7 @@ export function SplashScreen() {
</div>
<AppBottomNav
activeItem={null}
variant="dark"
onChatClick={handleStartChat}
onPrivateRoomClick={handleOpenPrivateRoom}
/>