Updated material3 version 1.3.0-alpha06 → 1.3.0-beta05

This commit is contained in:
acclorite 2024-08-07 14:41:28 +03:00
parent c5704fb34b
commit 8b48328c4b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ fun AnnotatedString.Builder.HelpAnnotation(
block: @Composable AnnotatedString.Builder.() -> Unit
) {
withLink(
LinkAnnotation.Url("", style = null) {
LinkAnnotation.Url("", styles = null) {
onClick()
}
) {