react-contribution-calendar
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1041,3 +1041,3 @@ import './styles/style.css'; | ||
padding: 0, | ||
outline: b ? "1px solid rgba(27, 31, 35, 0.06)" : "none", | ||
outline: b ? `1px solid ${w.level0}` : "none", | ||
borderRadius: "2px", | ||
@@ -1044,0 +1044,0 @@ outlineOffset: "-1px", |
{ | ||
"name": "react-contribution-calendar", | ||
"description": "A GitHub-like contribution calendar component for React", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
@@ -18,2 +18,7 @@ # react-contribution-calendar | ||
## Demo | ||
[Live Demo](https://codepen.io/yaeheechoe/pen/wvRwJbP) | ||
<br/> | ||
## Usage | ||
@@ -20,0 +25,0 @@ ```js |
Sorry, the diff of this file is not supported yet
70161
215