Resolve dark mode styling issues

This commit is contained in:
Lei Nelissen
2020-08-25 10:39:21 +02:00
parent 91344300c8
commit ea11a7d317
6 changed files with 7 additions and 14 deletions

View File

@@ -22,5 +22,6 @@ export const colors = StyleSheet.create({
},
input: {
backgroundColor: PlatformColor('systemGray5Color'),
color: PlatformColor('label'),
}
});

View File

@@ -11,8 +11,6 @@ const Background = styled.View`
const Container = styled.View`
border-radius: 20px;
flex: 1;
justify-content: center;
align-items: center;
`;
const Modal: React.FC = ({ children }) => {