Skip to content

Commit 8b6540c

Browse files
committed
fix(ui): Adjust the Update dialog margin settings
1 parent 279584e commit 8b6540c

File tree

1 file changed

+2
-2
lines changed
  • composeApp/src/commonMain/kotlin/com/jankinwu/fntv/client/ui/component/common/dialog

1 file changed

+2
-2
lines changed

composeApp/src/commonMain/kotlin/com/jankinwu/fntv/client/ui/component/common/dialog/UpdateDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fun UpdateDialog(
7676
markdownColor(text = FluentTheme.colors.text.text.primary),
7777
modifier = Modifier
7878
.wrapContentHeight()
79-
.padding(horizontal = 8.dp)
79+
.padding(end = 8.dp)
8080
)
8181
}
8282
}
@@ -114,7 +114,7 @@ fun UpdateDialog(
114114
markdownColor(text = FluentTheme.colors.text.text.primary),
115115
modifier = Modifier
116116
.wrapContentHeight()
117-
.padding(horizontal = 8.dp)
117+
.padding(end = 8.dp)
118118
)
119119
}
120120
}

0 commit comments

Comments
 (0)