We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279584e commit 8b6540cCopy full SHA for 8b6540c
composeApp/src/commonMain/kotlin/com/jankinwu/fntv/client/ui/component/common/dialog/UpdateDialog.kt
@@ -76,7 +76,7 @@ fun UpdateDialog(
76
markdownColor(text = FluentTheme.colors.text.text.primary),
77
modifier = Modifier
78
.wrapContentHeight()
79
- .padding(horizontal = 8.dp)
+ .padding(end = 8.dp)
80
)
81
}
82
@@ -114,7 +114,7 @@ fun UpdateDialog(
114
115
116
117
118
119
120
0 commit comments