Fix typo.

This commit is contained in:
Benoit Marty 2025-02-06 15:06:20 +01:00
parent b7dc2e3551
commit 9411cad0a7

View file

@ -19,7 +19,7 @@ fun ${NAME}View(
Box(modifier, contentAlignment = Alignment.Center) {
Text(
"${NAME} feature view",
color = ElementTheme.colors.textprimary,
color = ElementTheme.colors.textPrimary,
)
}
}