Commit 1355be5
committed
Refactor: Use FontText in SettingsTextPreference
The `SettingsTextPreference` composable now utilizes the custom `FontText` component for its label instead of the standard `Text` component. This aligns it with other parts of the settings UI.
Additionally, a new `textAlign` parameter has been added to the `FontText` composable, allowing for text alignment to be specified. This parameter is passed down to the underlying `Text` composables.1 parent 8066e79 commit 1355be5
File tree
1 file changed
+4
-1
lines changed- app/src/main/java/com/github/codeworkscreativehub/mlauncher/ui/compose
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| 548 | + | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| |||
591 | 592 | | |
592 | 593 | | |
593 | 594 | | |
| 595 | + | |
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
| |||
601 | 603 | | |
602 | 604 | | |
603 | 605 | | |
| 606 | + | |
604 | 607 | | |
605 | 608 | | |
606 | 609 | | |
| |||
0 commit comments