Files
jellyfin-audio-player/src/components/Input.tsx
2021-02-11 23:43:21 +01:00

9 lines
168 B
TypeScript

import styled from 'styled-components/native';
const Input = styled.TextInput`
margin: 10px 0;
border-radius: 8px;
padding: 15px;
`;
export default Input;