mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: revert Button custom background color
This commit is contained in:
parent
5b35280076
commit
6cd972522d
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,7 @@ import androidx.annotation.DrawableRes
|
|||
import androidx.annotation.StringRes
|
||||
import androidx.compose.foundation.layout.size
|
||||
import androidx.compose.material.Button
|
||||
import androidx.compose.material.ButtonDefaults
|
||||
import androidx.compose.material.Icon
|
||||
import androidx.compose.material.MaterialTheme
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.scale
|
||||
|
|
@ -45,7 +43,6 @@ fun IconButton(
|
|||
onClick = onClick,
|
||||
enabled = enabled,
|
||||
modifier = modifier.size(48.dp),
|
||||
colors = ButtonDefaults.buttonColors(backgroundColor = MaterialTheme.colors.primary),
|
||||
) {
|
||||
Icon(
|
||||
painterResource(id = drawableRes),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue