We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b449a commit edc5614Copy full SHA for edc5614
demo/src/screens/foundationScreens/DarkModeScreen.tsx
@@ -15,7 +15,7 @@ class DarkModeScreen extends Component {
15
Change to dark mode in simulator by pressing Cmd+Shift+A
16
</Text>
17
) : (
18
- <Tex marginT-s2 body textColort>Change to dark mode</Text>
+ <Text marginT-s2 body textColor>Change to dark mode</Text>
19
)}
20
21
<View style={styles.moonOrSun} bg-moonOrSun/>
0 commit comments