We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba65bbb commit 6f0e8ddCopy full SHA for 6f0e8dd
package/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shinyongjun/react-datepicker",
3
- "version": "2.1.3",
+ "version": "2.1.4",
4
"main": "./dist/cjs/index.js",
5
"module": "./dist/esm/index.js",
6
"source": "./src/index.tsx",
package/src/assets/global.css
@@ -1,6 +1,7 @@
.react-datepicker__wrapper {
position: relative;
background: #fff;
+ color: #000;
font-size: 14px;
}
7
.react-datepicker__input-container {
0 commit comments