🚀 Increase maximum values for Paragraph and Line height

Increased maximum values for Paragraph and Line height 16pt → 24pt and 24pt → 36pt respectively.
This commit is contained in:
Acclorite 2024-08-25 13:40:02 +03:00
parent c23609a71c
commit 49ed8e7696
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ fun LazyItemScope.LineHeightSetting(
value = state.value.lineHeight!! to "pt",
modifier = Modifier.animateItem(),
fromValue = 1,
toValue = 16,
toValue = 24,
title = stringResource(id = R.string.line_height_option),
onValueChange = {
onMainEvent(

View file

@ -23,7 +23,7 @@ fun LazyItemScope.ParagraphHeightSetting(
value = state.value.paragraphHeight!! to "pt",
modifier = Modifier.animateItem(),
fromValue = 0,
toValue = 24,
toValue = 36,
title = stringResource(id = R.string.paragraph_height_option),
onValueChange = {
onMainEvent(