Skip to content

Commit

Permalink
[#415] Review: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Jan 31, 2023
1 parent a227327 commit d0ef159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ open class OdsComponentsConfiguration {
open val chipStyle: ComponentStyle = ComponentStyle.Outlined

/**
* By default, the text fields are outlined and more accessible in term of contrast like that. If your theme needs to use filled text fields, ser this parameter to `ComponentStyle.Filled`.
* By default, the text fields are outlined and more accessible in term of contrast like that. If your theme needs to use filled text fields, set this parameter to `ComponentStyle.Filled`.
*/
open val textFieldStyle: ComponentStyle = ComponentStyle.Outlined
}

0 comments on commit d0ef159

Please sign in to comment.