File tree Expand file tree Collapse file tree
app/src/main/java/to/bitkit/ui/screens/wallets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import to.bitkit.ui.components.EmptyStateView
3838import to.bitkit.ui.components.IncomingTransfer
3939import to.bitkit.ui.components.SecondaryButton
4040import to.bitkit.ui.components.TabBar
41+ import to.bitkit.ui.components.VerticalSpacer
4142import to.bitkit.ui.scaffold.AppTopBar
4243import to.bitkit.ui.scaffold.DrawerNavIcon
4344import to.bitkit.ui.scaffold.ScreenColumn
@@ -113,7 +114,7 @@ fun SpendingWalletScreen(
113114 }
114115
115116 if (! showEmptyState) {
116- Spacer (modifier = Modifier .height( 32 .dp) )
117+ VerticalSpacer ( 32 .dp)
117118
118119 if (canTransfer) {
119120 SecondaryButton (
@@ -123,7 +124,7 @@ fun SpendingWalletScreen(
123124 Icon (
124125 painter = painterResource(R .drawable.ic_transfer),
125126 contentDescription = null ,
126- modifier = Modifier .size(16 .dp),
127+ modifier = Modifier .size(16 .dp)
127128 )
128129 },
129130 modifier = Modifier .testTag(" TransferToSavings" )
You can’t perform that action at this time.
0 commit comments