|
@@ -182,7 +182,7 @@ fun CountryItem(
|
|
|
Spacer(modifier = Modifier.weight(1F))
|
|
|
Text(text = "$countryTotalServers ${context.getString(R.string.locations)}",
|
|
|
style = MaterialTheme.typography.bodySmall,
|
|
|
- color = colorResource(id = R.color.dark_blue_gray_text),
|
|
|
+ color = MaterialTheme.colorScheme.primary,
|
|
|
modifier = Modifier
|
|
|
.padding(end = 30.dp, bottom = 18.dp)
|
|
|
.align(Alignment.CenterVertically)
|