Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aagash-ni committed Dec 11, 2024
1 parent 5de8c34 commit 231085c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ export const tokenNames: { readonly [key in TokenName]: string } = {
calendarEventFillBlockedColor: 'calendar-event-fill-blocked-color',
calendarGrabHandleBackgroundColor: 'calendar-grab-handle-background-color',
calendarGridBorderColor: 'calendar-grid-border-color',
calendarGroupHeaderBackgroundColor: 'calendar-group-header-background-color',
calendarGroupHeaderBackgroundColor:
'calendar-group-header-background-color',
toolbarHeight: 'toolbar-height'
};

Expand Down

0 comments on commit 231085c

Please sign in to comment.