This commit is contained in:
Rafeek-Khoudare
2025-07-15 11:52:57 +03:00
parent 9f71bbff63
commit fe090175e3
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ class SpaceDropdown extends StatelessWidget {
fontSize: 16,
fontWeight: FontWeight.bold,
color: selectedValue == space.uuid
? ColorsManager.drpoDownSelectBlue
? ColorsManager.dropDownSelectBlue
: ColorsManager.blackColor,
),
),
@ -61,7 +61,7 @@ class SpaceDropdown extends StatelessWidget {
style: Theme.of(context).textTheme.bodyMedium!.copyWith(
fontSize: 12,
color: selectedValue == space.uuid
? ColorsManager.drpoDownSelectBlue
? ColorsManager.dropDownSelectBlue
: ColorsManager.blackColor,
),
),