Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed May 17, 2024
1 parent a1ffaf0 commit 754506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OversizeKit/SystemKit/SystemServices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ public struct SystemServicesModifier: ViewModifier {
.preferredColorScheme(theme.appearance.colorScheme)
#if os(iOS)
.accentColor(theme.accentColor)
.screenSize(screnSize)
#endif
.premiumStatus(isPremium)
.theme(ThemeSettings())
.screenSize(screnSize)
}
}
}
Expand Down

0 comments on commit 754506e

Please sign in to comment.