From 946f5000b6ead22e96ddea93742b435d06fe02bb Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 6 Feb 2025 15:06:20 +0100 Subject: [PATCH] Fix typo. --- .../fileTemplates/Template Presentation Classes.kt.child.2.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.2.kt b/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.2.kt index 3729ffa4ca..c4f3b1b5b2 100644 --- a/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.2.kt +++ b/tools/templates/files/fileTemplates/Template Presentation Classes.kt.child.2.kt @@ -19,7 +19,7 @@ fun ${NAME}View( Box(modifier, contentAlignment = Alignment.Center) { Text( "${NAME} feature view", - color = ElementTheme.colors.textprimary, + color = ElementTheme.colors.textPrimary, ) } }