fix: use theme primary color for stick headers

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-08-17 23:15:07 +02:00
parent 31aacadf6f
commit 42207a8c10
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

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