Skip to content

Commit

Permalink
Fix text style in Auto-Lock intervals screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Oct 3, 2023
1 parent 2a51c8f commit 46ddd69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import io.horizontalsystems.bankwallet.ui.compose.components.HSpacer
import io.horizontalsystems.bankwallet.ui.compose.components.HsBackButton
import io.horizontalsystems.bankwallet.ui.compose.components.RowUniversal
import io.horizontalsystems.bankwallet.ui.compose.components.VSpacer
import io.horizontalsystems.bankwallet.ui.compose.components.subhead2_leah
import io.horizontalsystems.bankwallet.ui.compose.components.body_leah
import io.horizontalsystems.core.findNavController

class AutoLockIntervalsFragment : BaseComposeFragment() {
Expand Down Expand Up @@ -89,7 +89,7 @@ private fun IntervalCell(
onClick = { onClick.invoke(item) }
) {
HSpacer(16.dp)
subhead2_leah(
body_leah(
modifier = Modifier.weight(1f),
text = stringResource(item.title)
)
Expand Down

0 comments on commit 46ddd69

Please sign in to comment.