Skip to content

Commit

Permalink
Fix invisible back button on lightmode transaction details
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jan 29, 2025
1 parent 2cbd42b commit 68d2daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Cove/CoveApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ struct CoveApp: App {

var routeToTint: Color {
switch app.router.routes.last {
case .settings, .walletSettings:
case .settings, .walletSettings, .transactionDetails:
.blue
default:
.white
Expand Down

0 comments on commit 68d2daf

Please sign in to comment.