Skip to content

Commit d2f4dd1

Browse files
committed
- adds padding to text in the goal dialog
1 parent 6389309 commit d2f4dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTabGoalDialog.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fun TimeInput(
144144
placeholder = { Text(text = "0") },
145145
isError = isError,
146146
modifier = Modifier.focusRequester(focusRequester),
147-
trailingIcon = { Text(text = label) },
147+
trailingIcon = { Text(text = label, modifier = Modifier.padding(end = 10.dp)) },
148148
)
149149
}
150150

0 commit comments

Comments
 (0)