Skip to content

Commit f948040

Browse files
committed
remove duty calendar render date color
1 parent 477b894 commit f948040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/duty/calendar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const CalendarApp = ({ tenantId }) => {
9999
}}
100100
className="hover:shadow-md"
101101
>
102-
<div className="text-xs text-gray-500">
102+
<div className="text-xs">
103103
{dateFullCellRender(value)}
104104
</div>
105105
{matchingDutyData && (

0 commit comments

Comments
 (0)