mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
Removing elevation on filled button ( was visible in light themes )
This commit is contained in:
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…
Reference in New Issue
Block a user