Perubahan UI UX
This commit is contained in:
parent
e290b3c28a
commit
63d65acc35
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user