diff --git a/src/renderer/components/select/index.tsx b/src/renderer/components/select/index.tsx index 9890cae8..975b103d 100644 --- a/src/renderer/components/select/index.tsx +++ b/src/renderer/components/select/index.tsx @@ -25,6 +25,11 @@ const StyledSelect = styled(MantineSelect)` opacity: 0.6; } + & .mantine-Select-label { + margin-bottom: 0.5rem; + font-family: var(--label-font-family); + } + & .mantine-Select-itemsWrapper { & .mantine-Select-item { padding: 40px;