feat: Apply default text styles to ReText

This commit is contained in:
Lei Nelissen
2022-05-05 22:59:32 +02:00
parent b0961d3263
commit 37ead0ec98
14 changed files with 49 additions and 38 deletions

View File

@@ -7,7 +7,8 @@ import TouchableHandler from 'components/TouchableHandler';
import TrackPlayer from 'react-native-track-player';
import { t } from '@localisation';
import useDefaultStyles from 'components/Colors';
import Text from 'components/Text';
import { Text } from 'components/Typography';
import Button from 'components/Button';
import { THEME_COLOR } from 'CONSTANTS';
import DownloadIcon from 'components/DownloadIcon';

View File

@@ -19,7 +19,7 @@ export default function Player() {
const defaultStyles = useDefaultStyles();
return (
<GestureHandlerRootView>
<GestureHandlerRootView style={{ flex: 1 }}>
<ScrollView contentContainerStyle={styles.inner} style={defaultStyles.view}>
<NowPlaying />
<ConnectionNotice />