Fix typo.
This commit is contained in:
parent
6afc28ecb3
commit
946f5000b6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ fun ${NAME}View(
|
|||
Box(modifier, contentAlignment = Alignment.Center) {
|
||||
Text(
|
||||
"${NAME} feature view",
|
||||
color = ElementTheme.colors.textprimary,
|
||||
color = ElementTheme.colors.textPrimary,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue