mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 19:38:27 +00:00
Fix SeedReminder button color
This commit is contained in:
parent
2373612f98
commit
f83bd8b3d4
@ -670,8 +670,6 @@ class HomeActivity : PassphraseRequiredActionBarActivity(),
|
|||||||
private fun showNewConversation() {
|
private fun showNewConversation() {
|
||||||
NewConversationFragment().show(supportFragmentManager, "NewConversationFragment")
|
NewConversationFragment().show(supportFragmentManager, "NewConversationFragment")
|
||||||
}
|
}
|
||||||
|
|
||||||
// endregion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Preview
|
@Preview
|
||||||
@ -722,6 +720,7 @@ private fun SeedReminder(startRecoveryPasswordActivity: () -> Unit) {
|
|||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.align(Alignment.CenterVertically)
|
.align(Alignment.CenterVertically)
|
||||||
.contentDescription(R.string.AccessibilityId_reveal_recovery_phrase_button),
|
.contentDescription(R.string.AccessibilityId_reveal_recovery_phrase_button),
|
||||||
|
color = LocalColors.current.buttonOutline,
|
||||||
onClick = { startRecoveryPasswordActivity() }
|
onClick = { startRecoveryPasswordActivity() }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user