From 3efd463a5b2975c46a0c5d424edd1b73aa82f4ef Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sun, 22 Jun 2025 04:19:54 +0000 Subject: [PATCH] Refactor: Use default FAB shape for MapButton (#2211) --- .../java/com/geeksville/mesh/ui/map/components/MapButton.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/com/geeksville/mesh/ui/map/components/MapButton.kt b/app/src/main/java/com/geeksville/mesh/ui/map/components/MapButton.kt index ada617162..a9c3f727f 100644 --- a/app/src/main/java/com/geeksville/mesh/ui/map/components/MapButton.kt +++ b/app/src/main/java/com/geeksville/mesh/ui/map/components/MapButton.kt @@ -19,7 +19,6 @@ package com.geeksville.mesh.ui.map.components import androidx.annotation.StringRes import androidx.compose.foundation.layout.size -import androidx.compose.foundation.shape.CircleShape import androidx.compose.material.icons.Icons import androidx.compose.material.icons.outlined.Layers import androidx.compose.material3.FloatingActionButton @@ -58,7 +57,6 @@ fun MapButton( FloatingActionButton( onClick = onClick, modifier = modifier, - shape = CircleShape, ) { Icon( imageVector = icon,