Skip to content

Commit

Permalink
set default color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Dec 14, 2024
1 parent 4224974 commit a46e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Sources/AppFeature/AppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Today
public struct AppView: View {
var store: StoreOf<AppReducer>

@Shared(.appStorage("colorScheme")) var userColorScheme = UserColorScheme.light
@Shared(.appStorage("colorScheme")) var userColorScheme = UserColorScheme.system

public init(store: StoreOf<AppReducer>) {
self.store = store
Expand Down

0 comments on commit a46e39c

Please sign in to comment.