fix label-font-family typo (#157)

This commit is contained in:
zackslash 2023-07-01 20:45:55 +01:00 committed by GitHub
parent 22160ba59f
commit 4c5fa0750b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ const StyledDatePicker = styled(MantineDatePicker)<DatePickerProps>`
}
& .mantine-DatePicker-label {
font-family: var(--label-font-faimly);
font-family: var(--label-font-family);
}
& .mantine-DateRangePicker-disabled {