Skip to content

Commit 9839f89

Browse files
committed
Fix current date color 😅
1 parent 3ac41e8 commit 9839f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import dayjs from 'dayjs';
33
export function getTextColorByPrimaryColor(color: string) {
44
switch (color) {
55
case "blue":
6-
return `bg-blue-500`;
6+
return `text-blue-500`;
77
case "orange":
88
return `text-orange-500`;
99
case "yellow":

0 commit comments

Comments
 (0)