Skip to content

Commit d46606b

Browse files
added reservationsBackgroundColor to Theme typings (#2411)
1 parent 9f7dd55 commit d46606b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export interface Theme {
7474
arrowHeight?: number;
7575
arrowWidth?: number;
7676
weekVerticalMargin?: number;
77+
reservationsBackgroundColor?: string;
7778
stylesheet?: {
7879
calendar?: {
7980
main?: object;

0 commit comments

Comments
 (0)