Skip to content

Commit

Permalink
change dietary restriction color (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavilien authored Jan 28, 2025
1 parent b6cd981 commit c940c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/checkin_qr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class _QRPageState extends State<QRPage> {
style: Theme.of(context)
.textTheme
.displaySmall
?.copyWith(color: const Color(0xFFF7F1E2)),
?.copyWith(color: const Color(0xFFFF70A1)),
),
QREnlarged(
onPressed: () async {
Expand Down

0 comments on commit c940c68

Please sign in to comment.