Skip to content

Commit edc5614

Browse files
committed
Fix Text
1 parent 15b449a commit edc5614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/screens/foundationScreens/DarkModeScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DarkModeScreen extends Component {
1515
Change to dark mode in simulator by pressing Cmd+Shift+A
1616
</Text>
1717
) : (
18-
<Tex marginT-s2 body textColort>Change to dark mode</Text>
18+
<Text marginT-s2 body textColor>Change to dark mode</Text>
1919
)}
2020

2121
<View style={styles.moonOrSun} bg-moonOrSun/>

0 commit comments

Comments
 (0)