Skip to content

Commit

Permalink
Fixing theme variables and styles for selected card (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
berhalak authored Sep 27, 2023
1 parent 0372a0c commit 55ea28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calendar/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CalendarHandler {
//TODO: switch to new variables once they are published.
_mainColor = 'var(--grist-theme-input-readonly-border)';
_calendarBackgroundColor = 'var(--grist-theme-page-panels-main-panel-bg)';
_selectedColor = 'var(--grist-top-bar-button-primary-fg';
_selectedColor = 'var(--grist-theme-top-bar-button-primary-fg)';
_borderStyle = '1px solid var(--grist-theme-table-body-border)';
_accentColor = 'var(--grist-theme-accent-text)';
_textColor = 'var(--grist-theme-text)';
Expand Down Expand Up @@ -106,7 +106,7 @@ class CalendarHandler {
backgroundColor: 'var(--grist-theme-accent-text)',
},
nowIndicatorToday: {
border: '1px solid var(--grist-theme-accent-border',
border: '1px solid var(--grist-theme-accent-border)',
},
today: {
color: this._textColor,
Expand Down

0 comments on commit 55ea28e

Please sign in to comment.