Skip to content

Commit 8a5ee2f

Browse files
committed
chore: revert calculator input to start at right
1 parent c7f4334 commit 8a5ee2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/net/youapps/calcyou/ui/components/CalculatorDisplay.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fun ColumnScope.CalculatorDisplay(
9090
maxLines = 1,
9191
textStyle = primaryTextStyle.plus(
9292
TextStyle(
93-
textAlign = TextAlign.Left,
93+
textAlign = TextAlign.Right,
9494
color = MaterialTheme.colorScheme.onSurface
9595
)
9696
)

0 commit comments

Comments
 (0)