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 d055975 commit 7c54ea1Copy full SHA for 7c54ea1
src/lib/progress/theme.ts
@@ -12,8 +12,8 @@ export const progressbar = tv({
12
labelInsideDiv: "text-primary-100 text-xs font-medium text-center leading-none rounded-full",
13
insideDiv: "rounded-full",
14
outsideDiv: "mb-1 flex justify-between",
15
- oustsideSpan: "text-base font-medium text-blue-700 dark:text-white",
16
- outsideProgress: "text-sm font-medium text-blue-700 dark:text-white"
+ oustsideSpan: "text-base font-medium dark:text-white",
+ outsideProgress: "text-sm font-medium dark:text-white"
17
},
18
variants: {
19
color: {
0 commit comments