fix(textarea): fix tests

This commit is contained in:
Christian Rocha
2024-10-24 11:41:25 -04:00
parent 5d1f237d28
commit 0e006c7cdc
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -119,6 +119,7 @@ type LineInfo struct {
CharOffset int
}
// Styles contains all styles for the textarea.
type Styles struct {
Focused StyleState
Blurred StyleState