NTP-11267 | Kamlesh | blocked state colour change (#13799)
This commit is contained in:
committed by
GitHub
parent
16c6234208
commit
4268367bea
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user