Skip to content

Commit

Permalink
fix: apply dark mode everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Mar 28, 2024
1 parent 5028f9a commit 141b62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Front Row/FrontRowApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct FrontRowApp: App {
var body: some Scene {
Window("Front Row", id: "main") {
ContentView()
.environment(\.colorScheme, .dark)
.preferredColorScheme(.dark)
.environment(playEngine)
.sheet(isPresented: $presentedViewManager.isPresentingOpenURLView) {
OpenURLView()
Expand Down

0 comments on commit 141b62a

Please sign in to comment.