File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/to/bitkit/ui/screens/scanner Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import androidx.compose.foundation.layout.Spacer
2020import androidx.compose.foundation.layout.fillMaxSize
2121import androidx.compose.foundation.layout.fillMaxWidth
2222import androidx.compose.foundation.layout.height
23+ import androidx.compose.foundation.layout.padding
2324import androidx.compose.foundation.layout.size
2425import androidx.compose.foundation.shape.RoundedCornerShape
2526import androidx.compose.material.Icon
@@ -162,7 +163,7 @@ private fun Content(
162163 previewView : PreviewView ,
163164 modifier : Modifier = Modifier ,
164165) {
165- Column (modifier = modifier.fillMaxSize()) {
166+ Column (modifier = modifier.fillMaxSize().padding(horizontal = 16 .dp) ) {
166167 Box (modifier = modifier
167168 .fillMaxWidth()
168169 .clip(RoundedCornerShape (16 .dp))
You can’t perform that action at this time.
0 commit comments