Removing elevation on filled button ( was visible in light themes )

pr/1451-ui-tweaks
ThomasSession 1 year ago
parent 96d09f3367
commit 03b348fb69

@ -44,6 +44,6 @@ interface ButtonType {
disabledContentColor = LocalColors.current.disabled,
disabledBackgroundColor = Color.Unspecified
)
override val elevation: ButtonElevation @Composable get() = ButtonDefaults.elevation()
override val elevation: ButtonElevation? @Composable get() = null
}
}

Loading…
Cancel
Save