Fix typo.

This commit is contained in:
Benoit Marty
2025-02-06 15:06:20 +01:00
parent 6afc28ecb3
commit 946f5000b6

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,
)
}
}