@progressive-development/pd-calendar 0.2.20 → 0.2.21
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 +1 -1
- package/src/PdCalendarCell.js +1 -1
package/package.json
CHANGED
package/src/PdCalendarCell.js
CHANGED
|
@@ -120,7 +120,7 @@ class PdCalendarCell extends LitElement {
|
|
|
120
120
|
color: var(--pd-calendar-cell-day-info-col, var(--pd-default-bg-col));
|
|
121
121
|
font-family: var(--pd-default-font-title-family);
|
|
122
122
|
font-weight: bold;
|
|
123
|
-
font-size: 1.5em;
|
|
123
|
+
font-size: var(--pd-calendar-info-font-size, 1.5em);
|
|
124
124
|
text-shadow: 1px 1px var(--pd-default-dark-col);
|
|
125
125
|
pointer-events: none;
|
|
126
126
|
}
|