We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2cc22 commit 79f33e9Copy full SHA for 79f33e9
1 file changed
src/components/settings/Settings.styles.ts
@@ -1,5 +1,5 @@
1
import styled from 'styled-components';
2
-import { Input, InputNumber } from 'antd';
+import { Input, InputNumber, Select } from 'antd';
3
4
export const InputField = styled(Input)`
5
border-radius: 7px !important;
@@ -60,3 +60,9 @@ export const InputNumberField = styled(InputNumber)`
60
color: var(--text-main-color) !important;
61
opacity: 0.7 !important;}
62
`;
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