Skip to content

Commit

Permalink
Fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Apr 25, 2024
1 parent 958b96c commit 7e756e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "NO"
language = "en"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/BrokenSitePromptView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct BrokenSitePromptView: View {
}
}
.padding(EdgeInsets(top: 12, leading: 16, bottom: 8, trailing: 16))
.background(Color(designSystemColor: .background))
.background(Color(designSystemColor: .panel))
}

}
Expand Down

0 comments on commit 7e756e8

Please sign in to comment.