Remove light app text

This commit is contained in:
Julia Friesel
2019-01-17 17:17:22 +01:00
parent 7159124158
commit d905139958
8 changed files with 19 additions and 31 deletions
-8
View File
@@ -13,14 +13,6 @@ export default function AppText(props) {
)
}
export function AppTextLight(props) {
return (
<Text style={[styles.appTextLight, props.style]}>
{props.children}
</Text>
)
}
export function ActionHint(props) {
if(props.isVisible) {
return (