Skip to content

Commit

Permalink
优化背景色
Browse files Browse the repository at this point in the history
  • Loading branch information
nookery committed Dec 26, 2023
1 parent 97629ac commit a341871
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion TravelMode/View/AppList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct AppList: View {
}
}
}
.background(Color.white.opacity(0.95))
.onAppear {
apps = SmartApp.appList
onNewEvent()
Expand Down
1 change: 0 additions & 1 deletion TravelMode/View/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ struct ContentView: View {
}
}
}
.background(BackgroundView.type2A)
.onAppear {
channel.viewWillAppear()
EventManager().onFilterStatusChanged({
Expand Down

0 comments on commit a341871

Please sign in to comment.