mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Capitalize calendar caption for easier i18n
This commit is contained in:
parent
c58d38a78c
commit
d10ed349b2
2 changed files with 6 additions and 0 deletions
|
|
@ -194,6 +194,9 @@
|
|||
& :global(.DateInput_fang) {
|
||||
display: none;
|
||||
}
|
||||
& :global(.CalendarMonth_caption) {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -204,6 +204,9 @@
|
|||
& :global(.DateInput_fang) {
|
||||
display: none;
|
||||
}
|
||||
& :global(.CalendarMonth_caption) {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue