change calibration completed dialog color

This commit is contained in:
Rafeek-Khoudare
2025-07-01 15:04:50 +03:00
parent 8c3861e83c
commit 818bdee745

View File

@ -17,6 +17,7 @@ class CalibrateCompletedDialog extends StatelessWidget {
@override
Widget build(_) {
return AlertDialog(
backgroundColor: ColorsManager.whiteColors,
contentPadding: EdgeInsets.zero,
content: SizedBox(
height: 250,