Fixes mobile setup

This commit is contained in:
Vitor Pamplona
2026-04-24 14:37:56 -04:00
parent 4b99761960
commit 6580e1abf3
@@ -592,7 +592,7 @@ fun AmethystTheme(
colorScheme = colors, colorScheme = colors,
typography = Typography, typography = Typography,
shapes = Shapes, shapes = Shapes,
content = { ProvideMaterialSymbols(content) }, content = { ProvideMaterialSymbols(content = content) },
) )
val view = LocalView.current val view = LocalView.current