Port to Redux and add settings
This commit is contained in:
10
src/components/Input.tsx
Normal file
10
src/components/Input.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import styled from 'styled-components/native';
|
||||
|
||||
const Input = styled.TextInput`
|
||||
margin: 10px 0;
|
||||
background-color: #f6f6f6;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
`;
|
||||
|
||||
export default Input;
|
||||
Reference in New Issue
Block a user