Skip to content

Commit

Permalink
limits RESIZE group enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Sep 30, 2023
1 parent 7f5c19f commit 3342e98
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import ru.tech.imageresizershrinker.R
Expand Down Expand Up @@ -39,8 +40,9 @@ fun LimitsResizeGroup(
horizontalArrangement = Arrangement.Center
) {
Text(
stringResource(R.string.fallback_option),
textAlign = TextAlign.Center
text = stringResource(R.string.fallback_option),
textAlign = TextAlign.Center,
fontWeight = FontWeight.Medium
)
}
Spacer(modifier = Modifier.height(8.dp))
Expand Down

0 comments on commit 3342e98

Please sign in to comment.