mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-20 07:54:20 +01:00
Fixed padding
This commit is contained in:
@@ -50,7 +50,7 @@ internal fun HomeView() {
|
|||||||
floatingActionButton = {
|
floatingActionButton = {
|
||||||
ExtendedFloatingActionButton(
|
ExtendedFloatingActionButton(
|
||||||
onClick = { onEvent(UiEvent.OnConnectDeviceClick) },
|
onClick = { onEvent(UiEvent.OnConnectDeviceClick) },
|
||||||
modifier = Modifier.padding(8.dp)
|
modifier = Modifier.padding(16.dp)
|
||||||
) {
|
) {
|
||||||
Row(
|
Row(
|
||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
|
|||||||
Reference in New Issue
Block a user