We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac41e8 commit 9839f89Copy full SHA for 9839f89
src/helpers/index.ts
@@ -3,7 +3,7 @@ import dayjs from 'dayjs';
3
export function getTextColorByPrimaryColor(color: string) {
4
switch (color) {
5
case "blue":
6
- return `bg-blue-500`;
+ return `text-blue-500`;
7
case "orange":
8
return `text-orange-500`;
9
case "yellow":
0 commit comments