Skip to content

Commit

Permalink
remove deprecated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
letsintegreat committed Feb 1, 2023
1 parent fd345ed commit 2ef6e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/pages/drawer/legal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class LegalPage extends StatelessWidget {
styleSheet: MarkdownStyleSheet.fromTheme(
ThemeData(
textTheme: TextTheme(
bodyText2: GoogleFonts.aBeeZee(
bodyMedium: GoogleFonts.aBeeZee(
textStyle: TextStyle(
fontSize: 12,
color: Color(0xFF737373),
Expand Down Expand Up @@ -120,7 +120,7 @@ class LegalPage extends StatelessWidget {
styleSheet: MarkdownStyleSheet.fromTheme(
ThemeData(
textTheme: TextTheme(
bodyText2: GoogleFonts.aBeeZee(
bodyMedium: GoogleFonts.aBeeZee(
textStyle: TextStyle(
fontSize: 12,
color: Color(0xFF737373),
Expand Down

0 comments on commit 2ef6e75

Please sign in to comment.