From 9411cad0a7768cc37893316a792c793b1a0e1142 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, ) } }