Skip to content

Commit

Permalink
content: Give ContentTheme.textStylePlainParagraph a debugLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed May 22, 2024
1 parent d465409 commit 2e3b002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/widgets/content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class ContentTheme extends ThemeExtension<ContentTheme> {

ContentTheme() :
textStylePlainParagraph = TextStyle(
debugLabel: 'ContentTheme.textStylePlainParagraph',

color: const HSLColor.fromAHSL(1, 0, 0, 0.15).toColor(),
fontSize: kBaseFontSize,
height: (22 / kBaseFontSize),
Expand Down

0 comments on commit 2e3b002

Please sign in to comment.