diff --git a/src/defaults.ts b/src/defaults.ts index 9a0699f9..bfd85034 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -46,8 +46,6 @@ export default { showNoEventDays: false, - timeColor: 'var(--primary-color)', // Time text color (center bottom) - timeSize: 90, //Time text size showHours: true, //shows the bottom line (time, duration of event) showRelativeTime: true, diff --git a/src/index.ts b/src/index.ts index 47d3d2cf..994190b7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -408,24 +408,19 @@ export class AtomicCalendarRevive extends LitElement { // Show the hours const hoursHTML = this._config.showHours - ? html`