Update Module.kt

This commit is contained in:
Kaorun
2025-06-19 10:12:57 +03:00
committed by Rifat Azad
parent 02afc6710c
commit d562594ae1

View File

@@ -829,7 +829,7 @@ fun ModuleItem(
LabelItem(
text = stringResource(R.string.module_update),
style = com.dergoogler.mmrl.ui.component.LabelItemDefaults.style.copy(
containerColor = MaterialTheme.colorScheme.onTertiary,
containerColor = MaterialTheme.colorScheme.tertiaryContainer,
contentColor = MaterialTheme.colorScheme.onTertiaryContainer
)
)