Skip to content

Commit

Permalink
Migrate legacy bodyXs to bodyS
Browse files Browse the repository at this point in the history
  • Loading branch information
kelianClerc committed Dec 13, 2023
1 parent a27f0c0 commit eca7c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ internal fun GrapesHelperText(
text: String,
modifier: Modifier = Modifier,
enabled: Boolean = true,
textStyle: TextStyle = GrapesTheme.typography.bodyXs,
textStyle: TextStyle = GrapesTheme.typography.bodyS,
isError: Boolean = false,
colors: GrapesTextFieldColors = GrapesTextFieldDefaults.textFieldColors(),
contentPadding: PaddingValues = GrapesTextFieldDefaults.textFieldPadding(),
Expand Down

0 comments on commit eca7c7f

Please sign in to comment.