Skip to content

Commit

Permalink
Fix headline size
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa authored and Pururun committed Sep 18, 2023
1 parent 761f7be commit 8ed6565
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
)
}
Expand Down

0 comments on commit 8ed6565

Please sign in to comment.