NTP-11267 | Kamlesh | blocked state colour change (#13799)

This commit is contained in:
Kamalesh Garnayak
2024-11-26 15:20:19 +05:30
committed by GitHub
parent 16c6234208
commit 4268367bea

View File

@@ -105,7 +105,7 @@ fun RemindedStateComponent(
fun BlockedStateComponent(
statusTitle: String? = null,
) {
Surface(color = NaviRRColor.redBackground, shape = RoundedCornerShape(4.dp)) {
Surface(color = NaviRRColor.progressBarGray, shape = RoundedCornerShape(4.dp)) {
Text(
text = statusTitle ?: stringResource(id = R.string.blocked),
modifier = Modifier.padding(8.dp, 2.dp),