File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fun CriticalUpdateScreen() {
3434 Column (
3535 modifier = Modifier
3636 .fillMaxSize()
37- .padding(horizontal = 16 .dp)
37+ .padding(horizontal = 32 .dp)
3838 .systemBarsPadding()
3939 ) {
4040 AppTopBar (
@@ -47,7 +47,6 @@ fun CriticalUpdateScreen() {
4747 contentDescription = null ,
4848 modifier = Modifier
4949 .fillMaxWidth()
50- .padding(horizontal = 28 .dp)
5150 .aspectRatio(1.0f )
5251 .weight(1f )
5352 )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ fun UpdateSheet(
4545 .sheetHeight(SheetSize .LARGE )
4646 .gradientBackground()
4747 .navigationBarsPadding()
48- .padding(horizontal = 16 .dp)
48+ .padding(horizontal = 32 .dp)
4949 ) {
5050 SheetTopBar (titleText = stringResource(R .string.other__update_nav_title))
5151 VerticalSpacer (16 .dp)
You can’t perform that action at this time.
0 commit comments