Skip to content

Commit f606106

Browse files
authored
Fixing syntax issue (#634)
1 parent 026fe43 commit f606106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select/common/SelectStyled.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const StyledSelectTrigger = styled(Trigger)<{ $error: boolean }>`
2121
justify-content: space-between;
2222
align-items: center;
2323
cursor: pointer;
24-
min-height: ${({ theme }) => theme.genericMenu.panel.size.height};
24+
min-height: ${({ theme }) => theme.click.genericMenu.panel.size.height};
2525
2626
span:first-of-type {
2727
max-width: 100%;

0 commit comments

Comments
 (0)