Skip to content

Commit

Permalink
Fix calendar style
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr committed Mar 29, 2022
1 parent a09e008 commit 542c0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"leaflet-image": "^0.4.0",
"papaparse": "^5.3.1",
"pinia": "^2.0.0-rc.12",
"v-calendar": "^3.0.0-alpha.6",
"v-calendar": "3.0.0-alpha.8",
"vitedge": "^0.17.0",
"vue": "^3.2.20",
"vue-i18n": "^9.1.9",
Expand Down
1 change: 1 addition & 0 deletions src/components/dashboard/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ export default defineComponent({
@import '../node_modules/bootstrap/scss/functions';
@import '../node_modules/bootstrap/scss/variables';
@import '../node_modules/bootstrap/scss/mixins';
@import '../node_modules/v-calendar/dist/style';
@import '~/style/toolbar.scss';
.card-full-width {
Expand Down

0 comments on commit 542c0d2

Please sign in to comment.