Skip to content

Commit 79f33e9

Browse files
committed
create styling for select component
1 parent fb2cc22 commit 79f33e9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/settings/Settings.styles.ts

Lines changed: 7 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 } from 'antd';
2+
import { Input, InputNumber, Select } from 'antd';
33

44
export const InputField = styled(Input)`
55
border-radius: 7px !important;
@@ -60,3 +60,9 @@ export const InputNumberField = styled(InputNumber)`
6060
color: var(--text-main-color) !important;
6161
opacity: 0.7 !important;}
6262
`;
63+
64+
export const SelectField = styled(Select)`
65+
.ant-select-arrow, .ant-select-clear{
66+
color: var(--text-main-color) !important;
67+
}
68+
`

0 commit comments

Comments
 (0)