shadow and text color

This commit is contained in:
mohammad
2024-10-27 12:36:32 +03:00
parent 2941565b3d
commit b7dddcb8dd
10 changed files with 255 additions and 154 deletions

View File

@ -81,7 +81,10 @@ class DateTimeWebWidget extends StatelessWidget {
const SizedBox(
width: 30,
),
const Icon(Icons.arrow_right_alt),
const Icon(
Icons.arrow_right_alt,
color: ColorsManager.grayColor,
),
const SizedBox(
width: 30,
),