@progressive-development/pd-calendar 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "progressive development calendar web component",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.1.17",
6
+ "version": "0.1.18",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
@@ -147,8 +147,8 @@ class PdCalendarCell extends LitElement {
147
147
 
148
148
  .today {
149
149
  position: absolute;
150
- height: 23px;
151
- width: 23px;
150
+ height: 30px;
151
+ width: 30px;
152
152
  border: 1px solid blue;
153
153
  border-radius: 50%;
154
154
  display: inline-block;