Skip to content

Commit

Permalink
fix(calendar): fix button in production build
Browse files Browse the repository at this point in the history
  • Loading branch information
adenvt committed Apr 14, 2023
1 parent 2df202a commit 249bff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default defineComponent({
}
}
.btn--variant-solid {
.btn.btn--variant-solid {
@apply justify-center;
&.btn--default {
Expand Down

0 comments on commit 249bff1

Please sign in to comment.