feat(components): renamed TextStyleType to TextInputStyleType
This commit is contained in:
parent
dcf6fe0128
commit
147703db8e
1 changed files with 4 additions and 4 deletions
|
@ -229,11 +229,11 @@ func (m TextInput) MarshalJSON() ([]byte, error) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// TextStyleType is style of text in TextInput component.
|
// TextInputStyleType is style of text in TextInput component.
|
||||||
type TextStyleType uint
|
type TextInputStyleType uint
|
||||||
|
|
||||||
// Text styles
|
// Text styles
|
||||||
const (
|
const (
|
||||||
TextStyleShort TextStyleType = 1
|
TextInputShort TextStyleType = 1
|
||||||
TextStyleParagraph TextStyleType = 2
|
TextInputParagraph TextStyleType = 2
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue