Skip to content

Commit

Permalink
fix: update navbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
juandahurt committed Dec 30, 2022
1 parent a76f19d commit 663305d
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 663305d

Please sign in to comment.