Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
feat: fixed loading text to white
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Mar 10, 2024
1 parent 776ad36 commit 466f0ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/trashy_road/lib/src/loading/view/loading_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ class _LoadingInternal extends StatelessWidget {
style: textStyle,
child: Text(
loadingMessage,
style: textStyle.copyWith(fontSize: 24),
style: textStyle.copyWith(
fontSize: 24,
color: BasuraColors.white,
),
),
),
],
Expand Down

0 comments on commit 466f0ef

Please sign in to comment.