Resolve dark mode styling issues
This commit is contained in:
@@ -22,5 +22,6 @@ export const colors = StyleSheet.create({
|
||||
},
|
||||
input: {
|
||||
backgroundColor: PlatformColor('systemGray5Color'),
|
||||
color: PlatformColor('label'),
|
||||
}
|
||||
});
|
||||
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user