mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
fix label-font-family typo (#157)
This commit is contained in:
parent
22160ba59f
commit
4c5fa0750b
2 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue