Skip to content

Commit b946c35

Browse files
committed
basic upload field
1 parent 8088ee7 commit b946c35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/settings/Settings.styles.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import styled from 'styled-components';
2-
import { Input, InputNumber, Select } from 'antd';
2+
import { Input, InputNumber, Select, Button} from 'antd';
33

44
export const InputField = styled(Input)`
55
border-radius: 7px !important;
@@ -66,3 +66,6 @@ export const SelectField = styled(Select)`
6666
color: var(--text-main-color) !important;
6767
}
6868
`
69+
export const UploadButton = styled(Button)`
70+
margin-right:.5rem;
71+
`;

0 commit comments

Comments
 (0)