chore: fix const type

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/ui/styles/styles.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

internal/ui/styles/styles.go 🔗

@@ -43,8 +43,8 @@ const (
 	TodoPendingIcon    string = "•"
 	TodoInProgressIcon string = "→"
 
-	ImageIcon = "■"
-	TextIcon  = "≡"
+	ImageIcon string = "■"
+	TextIcon  string = "≡"
 )
 
 const (