mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Fix next button color
This commit is contained in:
parent
b0a939291d
commit
79e0efa98a
@ -116,7 +116,6 @@ private fun EnterAccountId(
|
||||
.padding(horizontal = LocalDimensions.current.largeMargin)
|
||||
.fillMaxWidth()
|
||||
.contentDescription(R.string.next),
|
||||
color = LocalColors.current.primary,
|
||||
enabled = state.isNextButtonEnabled,
|
||||
onClick = callbacks::onContinue
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user