Merge pull request #704 from sharetribe/style-calendar-caption

Capitalize calendar caption for easier i18n
This commit is contained in:
Sampo Toiva 2018-02-13 16:24:21 +02:00 committed by GitHub
commit bce8322c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -194,6 +194,9 @@
& :global(.DateInput_fang) {
display: none;
}
& :global(.CalendarMonth_caption) {
text-transform: capitalize;
}
}
/**

View file

@ -204,6 +204,9 @@
& :global(.DateInput_fang) {
display: none;
}
& :global(.CalendarMonth_caption) {
text-transform: capitalize;
}
}
/**