We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09a170 commit 3162cbbCopy full SHA for 3162cbb
packages/dropdowns/src/styled/field/StyledSelect.ts
@@ -65,5 +65,9 @@ export const StyledSelect = styled.div.attrs<IStyledSelectProps>(props => ({
65
}))<IStyledSelectProps>`
66
cursor: default;
67
68
+ && {
69
+ appearance: none;
70
+ }
71
+
72
${props => retrieveTheme(COMPONENT_ID, props)};
73
`;
0 commit comments