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