Submain #1

Open
202310715312-HADI-GUNA-PRAKOSO wants to merge 22 commits from Submain into master
Showing only changes of commit 63d65acc35 - Show all commits

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 {