Skip to content

Commit 8c61300

Browse files
fix:types
1 parent 518fb34 commit 8c61300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/Libraries/Utilities/Appearance.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import {NativeEventSubscription} from '../EventEmitter/RCTNativeAppEventEmitter';
1111

12-
type ColorSchemeName = 'light' | 'dark' | 'unspecified';
12+
type ColorSchemeName = 'light' | 'dark' | null;
1313

1414
export namespace Appearance {
1515
type AppearancePreferences = {

0 commit comments

Comments
 (0)