diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt index 6dc1461a6f0b..3376ffe422e6 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt @@ -34,6 +34,7 @@ import androidx.compose.ui.text.buildAnnotatedString import androidx.compose.ui.text.font.FontWeight import androidx.compose.ui.text.style.TextAlign import androidx.compose.ui.tooling.preview.Preview +import androidx.compose.ui.unit.sp import androidx.core.text.HtmlCompat import com.google.accompanist.systemuicontroller.rememberSystemUiController import kotlinx.coroutines.flow.MutableSharedFlow @@ -117,7 +118,7 @@ fun SelectLocationScreen( .weight(weight = 1f) .padding(end = Dimens.titleIconSize), textAlign = TextAlign.Center, - style = MaterialTheme.typography.labelLarge, + style = MaterialTheme.typography.headlineSmall.copy(fontSize = 20.sp), color = MaterialTheme.colorScheme.onPrimary ) }