mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-19 04:22:03 +00:00
Removing elevation on filled button ( was visible in light themes )
This commit is contained in:
@@ -44,6 +44,6 @@ interface ButtonType {
|
|||||||
disabledContentColor = LocalColors.current.disabled,
|
disabledContentColor = LocalColors.current.disabled,
|
||||||
disabledBackgroundColor = Color.Unspecified
|
disabledBackgroundColor = Color.Unspecified
|
||||||
)
|
)
|
||||||
override val elevation: ButtonElevation @Composable get() = ButtonDefaults.elevation()
|
override val elevation: ButtonElevation? @Composable get() = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user