mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Refactor: Use default FAB shape for MapButton (#2211)
This commit is contained in:
parent
c4c115b901
commit
3efd463a5b
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue