Skip to content

Commit

Permalink
fix(ui_auth): make light text on _EmailVerificationBadge legible (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com>
  • Loading branch information
qwezey and russellwheatley authored Oct 28, 2024
1 parent f859fc8 commit 72530e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class _EmailVerificationBadgeState extends State<_EmailVerificationBadge> {
children: [
Container(
decoration: BoxDecoration(
color: Colors.yellow,
color: Colors.yellow.withOpacity(0.5),
borderRadius: BorderRadius.circular(12),
),
child: Padding(
Expand Down

0 comments on commit 72530e5

Please sign in to comment.