Change re-enable button color to Tonal.

This commit is contained in:
Alex Hart
2025-06-13 09:35:25 -03:00
committed by Michelle Tang
parent 2f514622e0
commit 297c712c0f

View File

@@ -641,7 +641,7 @@ private fun RemoteBackupsSettingsContent(
@Composable
private fun ReenableBackupsButton(contentCallbacks: ContentCallbacks) {
Buttons.LargePrimary(
Buttons.LargeTonal(
onClick = { contentCallbacks.onBackupTypeActionClick(MessageBackupTier.FREE) },
modifier = Modifier.horizontalGutters()
) {