Skip to content

Commit

Permalink
Merge pull request #40 from payan-app/navbar
Browse files Browse the repository at this point in the history
fix: update navbar color
  • Loading branch information
juandahurt authored Dec 30, 2022
2 parents a76f19d + 663305d commit fd0cc11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Sources/Purace/Pages/Scaffold/PuraceScaffoldNavBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ public struct PuraceScaffoldNavBar: View {

Spacer(minLength: 0)

Color.white
PuraceStyle.Color.F1
.frame(width: 20, height: 20)
.background(Color.white)
}
Spacer(minLength: 0)
}
}
.frame(height: 50)
.padding(.horizontal, 16)
.background(Color.white)
.background(PuraceStyle.Color.F1)
}
}

0 comments on commit fd0cc11

Please sign in to comment.