Fixed some design bug in dark mood and other

This commit is contained in:
llsajjad
2025-09-13 11:35:28 +03:30
parent ffa964f7e5
commit f9f61ef5b2
7 changed files with 20 additions and 8 deletions
@@ -102,9 +102,9 @@ class DesktopNavigationWidget extends StatelessWidget {
_navigationItem(
context: context,
text: ProfileStrings.profileTitle,
isActive: currentIndex == 2,
isActive: currentIndex == 4,
onTap: () {
if (currentIndex == 2) {
if (currentIndex == 4) {
return;
} else {
Router.neglect(context, () => ProfileRouteData().go(context));