Update dependencies

This commit is contained in:
世界
2026-02-16 13:10:06 +08:00
parent a7c18535e1
commit b389307448
5 changed files with 22 additions and 22 deletions

View File

@@ -50,8 +50,9 @@ fun UpdateAvailableDialog(updateInfo: UpdateInfo, onDismiss: () -> Unit, onUpdat
Spacer(modifier = Modifier.height(12.dp))
MarkdownText(
markdown = processedNotes,
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onSurfaceVariant,
style = MaterialTheme.typography.bodySmall.copy(
color = MaterialTheme.colorScheme.onSurfaceVariant,
),
)
}
}