Fix typo.
This commit is contained in:
parent
b7dc2e3551
commit
9411cad0a7
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