fix marker rendering & modernize riding widgets for dark mode - 2026-04-11
This commit is contained in:
@@ -207,7 +207,7 @@ class PassengerWallet extends StatelessWidget {
|
||||
subtitle: Text(subtitle.tr,
|
||||
style: AppStyle.subtitle
|
||||
.copyWith(color: AppColor.writeColor.withOpacity(0.6))),
|
||||
trailing: const Icon(Icons.arrow_forward_ios_rounded,
|
||||
trailing: Icon(Icons.arrow_forward_ios_rounded,
|
||||
size: 16, color: AppColor.writeColor),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user