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 026fe43 commit f606106Copy full SHA for f606106
src/components/Select/common/SelectStyled.tsx
@@ -21,7 +21,7 @@ export const StyledSelectTrigger = styled(Trigger)<{ $error: boolean }>`
21
justify-content: space-between;
22
align-items: center;
23
cursor: pointer;
24
- min-height: ${({ theme }) => theme.genericMenu.panel.size.height};
+ min-height: ${({ theme }) => theme.click.genericMenu.panel.size.height};
25
26
span:first-of-type {
27
max-width: 100%;
0 commit comments