Skip to content

Commit

Permalink
Remove 69% opacity of header
Browse files Browse the repository at this point in the history
  • Loading branch information
yalishanda42 committed May 20, 2023
1 parent 88f5608 commit 07a8cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BDZDelays/bdz-delays/Sources/TrainView/TrainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public struct TrainView: View {
@ViewBuilder
private var header: some View {
ZStack {
headerColor.opacity(0.69)
headerColor

VStack(spacing: 0) {
Text(vm.id).bold()
Expand Down

0 comments on commit 07a8cd2

Please sign in to comment.