Skip to content

Commit 87e2479

Browse files
Saadnajmitido64
andauthored
Update RCTAppearance.mm
Co-authored-by: Tommy Nguyen <[email protected]>
1 parent c412ffa commit 87e2479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/React/CoreModules/RCTAppearance.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ - (dispatch_queue_t)methodQueue
189189
UITraitCollection *traitCollection = [RCTTraitCollectionProxy sharedInstance].currentTraitCollection;
190190
_currentColorScheme = RCTColorSchemePreference(traitCollection);
191191
#else // [macOS
192-
NSAppearance *appearance = [RCTAppearanceProxy sharedInstance].currentAppearance;
192+
NSAppearance *appearance = [RCTAppearanceProxy sharedInstance].currentAppearance;
193193
_currentColorScheme = RCTColorSchemePreference(appearance);
194194
#endif // macOS]
195195
}

0 commit comments

Comments
 (0)