From 6580e1abf310be307a13d5caff8a52656ab01ff0 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 24 Apr 2026 14:37:56 -0400 Subject: [PATCH] Fixes mobile setup --- .../src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt index b794b28a3..d6c4ebf26 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt @@ -592,7 +592,7 @@ fun AmethystTheme( colorScheme = colors, typography = Typography, shapes = Shapes, - content = { ProvideMaterialSymbols(content) }, + content = { ProvideMaterialSymbols(content = content) }, ) val view = LocalView.current