File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/main/java/to/bitkit/ui/settings Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11package to.bitkit.ui.settings
22
33import androidx.compose.foundation.layout.Column
4- import androidx.compose.foundation.layout.Spacer
54import androidx.compose.foundation.layout.fillMaxSize
6- import androidx.compose.foundation.layout.height
75import androidx.compose.foundation.layout.padding
86import androidx.compose.foundation.rememberScrollState
97import androidx.compose.foundation.verticalScroll
@@ -24,6 +22,7 @@ import to.bitkit.R
2422import to.bitkit.models.addressTypeInfo
2523import to.bitkit.models.networkUiText
2624import to.bitkit.ui.Routes
25+ import to.bitkit.ui.components.VerticalSpacer
2726import to.bitkit.ui.components.settings.SectionHeader
2827import to.bitkit.ui.components.settings.SettingsButtonRow
2928import to.bitkit.ui.components.settings.SettingsButtonValue
@@ -241,7 +240,7 @@ private fun Content(
241240 modifier = Modifier .testTag(AdvancedSettingsTestTags .SUGGESTIONS_RESET_BUTTON ),
242241 )
243242
244- Spacer ( Modifier .height( 32 .dp) )
243+ VerticalSpacer ( 32 .dp)
245244 }
246245
247246 if (showResetSuggestionsDialog) {
You can’t perform that action at this time.
0 commit comments