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 82a8367 commit 44c639aCopy full SHA for 44c639a
src/components/progressbar/Progressbar.vue
@@ -78,8 +78,8 @@ const classNames = computed(() => {
78
79
&__bar {
80
@apply transition-[width] will-change-[width] duration-75 ease-out;
81
- @apply bg-info-emphasis rounded-full h-full origin-center;
82
- @apply dark:bg-dark-info-emphasis;
+ @apply bg-brand-accent rounded-full h-full origin-center;
+ @apply dark:bg-dark-brand-accent;
83
}
84
85
&--indeterminate {
0 commit comments