diff --git a/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx b/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx index 7311a60e97..5dd7592368 100644 --- a/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx +++ b/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx @@ -350,7 +350,7 @@ export const Calendar: any = withDynamicSchemaProps( const backgroundColor = getBackgroundColor?.(event.colorFieldValue); const style = {}; if (fontColor) { - style['fontColor'] = fontColor; + style['color'] = fontColor; } if (backgroundColor) { style['backgroundColor'] = backgroundColor;