Skip to content

Commit

Permalink
fix: Added default to textStyle switch (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Oct 7, 2021
1 parent 6aebf86 commit 1ff34e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/theme/lenra_text_theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ class LenraTextThemeData {
return this.underDescriptionText;
case LenraTextStyle.errorText:
return this.errorText;
default:
return this.bodyText;
}
});
}
Expand Down

0 comments on commit 1ff34e7

Please sign in to comment.