Perubahan UI UX

This commit is contained in:
HadiPrakosou-HD 2026-01-12 16:41:31 +07:00
parent e290b3c28a
commit 63d65acc35

View File

@ -190,7 +190,7 @@ fun LoginScreen(navController: NavController) {
Text("MindTrack AI", style = MaterialTheme.typography.displaySmall, color = DeepRed, fontWeight = FontWeight.ExtraBold) Text("MindTrack AI", style = MaterialTheme.typography.displaySmall, color = DeepRed, fontWeight = FontWeight.ExtraBold)
Text("Cintai Pikiranmu, Lacak Harimu.", style = MaterialTheme.typography.bodyLarge, color = DeepRed.copy(0.7f)) Text("Cintai Pikiranmu, Lacak Harimu.", style = MaterialTheme.typography.bodyLarge, color = DeepRed.copy(0.7f))
Spacer(modifier = Modifier.height(48.dp)) Spacer(modifier = Modifier.height(48.dp))
//uiux
if (isLoading) { if (isLoading) {
CircularProgressIndicator(color = HeartRed) CircularProgressIndicator(color = HeartRed)
} else { } else {