Skip to content

Commit 2a2dc42

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
fix(calendar): change selected date with branch accent
1 parent 7889cb9 commit 2a2dc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/calendar/Calendar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ watch([viewmode, cursor], ([vm, cursor], [vmOld, cursorOld]) => {
396396
}
397397
398398
&[active="true"] {
399-
@apply bg-info-emphasis border-info-emphasis text-state-emphasis cursor-default;
400-
@apply dark:bg-dark-info-emphasis dark:border-dark-info-emphasis dark:text-dark-state-emphasis;
399+
@apply bg-brand-accent border-brand-accent text-state-emphasis cursor-default;
400+
@apply dark:bg-dark-brand-accent dark:border-dark-brand-accent dark:text-dark-state-emphasis;
401401
}
402402
403403
&[disabled][active="false"] {

0 commit comments

Comments
 (0)