Fix Terms and Conditions color (#2674)
tuxsudo committed
Nov 24, 2025 at 16:57 UTC
b2bccac48e46d2a94394c81d1610093498ac2b1e
1 file changed
+1
-1
lib/cake_pay/src/widgets/three_checkbox_alert_content_widget.dart
+1
-1
@@ -174,7 +174,7 @@ class _ThreeCheckboxAlertContentState extends State<ThreeCheckboxAlertContent> {
174
fontSize: 16,
175
fontFamily: 'Lato',
176
fontWeight: FontWeight.w400,
177
- color: Theme.of(context).primaryColor,
177
+ color: Colors.blueAccent,
178
decoration: TextDecoration.none,
179
height: 1,
180
),