Skip to content

Commit 44c639a

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
fix(progressbar): make progressbar default color in brand accent
1 parent 82a8367 commit 44c639a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/progressbar/Progressbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ const classNames = computed(() => {
7878
7979
&__bar {
8080
@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;
81+
@apply bg-brand-accent rounded-full h-full origin-center;
82+
@apply dark:bg-dark-brand-accent;
8383
}
8484
8585
&--indeterminate {

0 commit comments

Comments
 (0)