chnages has been made and fianace screen was created

This commit is contained in:
Daniah Ayad Al-sultani
2025-12-11 14:06:33 +03:00
parent 85b378ac37
commit a78f148790
5 changed files with 236 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ class StatusCircle extends StatelessWidget {
height: size,
decoration: BoxDecoration(
shape: BoxShape.circle,
border: Border.all(color: color, width: 3),
border: Border.all(color: color, width: 2),
color: Colors.white,
),
child: Center(child: icon),