mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -04:00
Little padding on priority text
This commit is contained in:
@@ -85,7 +85,7 @@ fun TaskBottomSheet(
|
|||||||
|
|
||||||
// --- Priority ---
|
// --- Priority ---
|
||||||
Row (
|
Row (
|
||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth().padding(start = 17.dp),
|
||||||
horizontalArrangement = Arrangement.SpaceBetween,
|
horizontalArrangement = Arrangement.SpaceBetween,
|
||||||
verticalAlignment = Alignment.CenterVertically) {
|
verticalAlignment = Alignment.CenterVertically) {
|
||||||
Text("Priority", style = MaterialTheme.typography.labelLarge)
|
Text("Priority", style = MaterialTheme.typography.labelLarge)
|
||||||
|
Reference in New Issue
Block a user