|
@@ -185,7 +185,7 @@ fun Header(header: String) {
|
|
.fillMaxSize()
|
|
.fillMaxSize()
|
|
.background(Color.Transparent)
|
|
.background(Color.Transparent)
|
|
.padding(start = 60.dp),
|
|
.padding(start = 60.dp),
|
|
- color = Color.Blue,
|
|
|
|
|
|
+ color = MaterialTheme.colorScheme.primary,
|
|
fontWeight = FontWeight.Bold
|
|
fontWeight = FontWeight.Bold
|
|
)
|
|
)
|
|
}
|
|
}
|