mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +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() {
|
||||
NewConversationFragment().show(supportFragmentManager, "NewConversationFragment")
|
||||
}
|
||||
|
||||
// endregion
|
||||
}
|
||||
|
||||
@Preview
|
||||
@ -722,6 +720,7 @@ private fun SeedReminder(startRecoveryPasswordActivity: () -> Unit) {
|
||||
modifier = Modifier
|
||||
.align(Alignment.CenterVertically)
|
||||
.contentDescription(R.string.AccessibilityId_reveal_recovery_phrase_button),
|
||||
color = LocalColors.current.buttonOutline,
|
||||
onClick = { startRecoveryPasswordActivity() }
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user