Add 32dp space to bottom of choose story type bottom sheet.

This commit is contained in:
Alex Hart
2022-03-16 16:08:57 -03:00
committed by Cody Henthorne
parent 40020728de
commit 8fc2d5be37

View File

@@ -71,6 +71,8 @@ class ChooseStoryTypeBottomSheet : DSLSettingsBottomSheetFragment(
}
)
)
space(DimensionUnit.DP.toPixels(32f).toInt())
}
}