remove package and change color name

This commit is contained in:
mohammad
2024-12-31 11:20:32 +03:00
parent 9e5cbc285e
commit b264f6042f
8 changed files with 9 additions and 42 deletions

View File

@ -86,7 +86,7 @@ class DraggableCard extends StatelessWidget {
height: 50,
width: 50,
decoration: BoxDecoration(
color: ColorsManager.CircleImageBackground,
color: ColorsManager.circleImageBackground,
borderRadius: BorderRadius.circular(90),
border: Border.all(
color: ColorsManager.graysColor,