Skip to content

Commit

Permalink
chore: rebase with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Jan 15, 2025
1 parent 96e61f5 commit 7afda35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"vite-plugin-checker": "^0.8.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
} ,
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
Expand Down
10 changes: 5 additions & 5 deletions src/components/Home/Calendar/WeekCalendar.less
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.wrapper{
.wrapper {
max-width: 100%;
box-sizing: border-box;
padding: 0 12px;
margin-bottom: 30px;
.fc-timeGridWeek-button,
.fc-dayGridMonth-button,
.fc-next-button,
.fc-prev-button{
.fc-prev-button {
font-size: 12px;
background-color: #4E2A84 !important;
background-color: #4e2a84 !important;
}
.fc-toolbar-title{
.fc-toolbar-title {
font-size: 16px;
}
}
}

0 comments on commit 7afda35

Please sign in to comment.