fixed dark theme bugs

This commit is contained in:
llsajjad
2025-08-10 16:33:30 +03:30
parent 31768fe71d
commit b8d4f38d67
10 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class InfoItem extends StatelessWidget {
),
),
SizedBox(height: 8.0.h()),
const Divider(),
Divider(color: AppColors.grey20,),
],
),
);