Skip to content

Commit 7c54ea1

Browse files
committed
fix: #1606
fix: remove blue from progress and change blue to primary for search theme
1 parent d055975 commit 7c54ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/progress/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const progressbar = tv({
1212
labelInsideDiv: "text-primary-100 text-xs font-medium text-center leading-none rounded-full",
1313
insideDiv: "rounded-full",
1414
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"
15+
oustsideSpan: "text-base font-medium dark:text-white",
16+
outsideProgress: "text-sm font-medium dark:text-white"
1717
},
1818
variants: {
1919
color: {

0 commit comments

Comments
 (0)