Skip to content

Commit

Permalink
Add tests for app_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed May 8, 2024
1 parent f6d6a6f commit 2dac2e0
Show file tree
Hide file tree
Showing 2 changed files with 604 additions and 443 deletions.
6 changes: 0 additions & 6 deletions lib/theme/app_theme/app_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -951,12 +951,6 @@ extension CustomTextTheme on TextTheme {
fontWeight: FontWeight.w600,
);

TextStyle get discoverOverlayDescription => GoogleFonts.roboto(
color: const Color(0xffFFFFFF),
fontSize: 11,
fontWeight: FontWeight.w600,
);

TextStyle get faqQue => GoogleFonts.roboto(
color: const Color(0xffFFFFFF),
fontSize: 16,
Expand Down
Loading

0 comments on commit 2dac2e0

Please sign in to comment.