Skip to content

Commit

Permalink
fix: color display
Browse files Browse the repository at this point in the history
  • Loading branch information
7086cmd authored Oct 13, 2023
1 parent cf03a36 commit fabf928
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions web/src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ export default createVuetify({

theme: {
themes: {
// light: {
// dark: false,
// colors: {
// color1: "#CA0808",
// color2: "#B21919",
// color3: "#B33232",
// color4: "#891F1F",
// color5: "#33333F",
// color6: "#6E6E76",
// color7: "#766E6E",
// color8: "#524040",
// color9: "#5F2817",
// color10: "#D98640",
// },
// },
light: {
dark: false,
colors: {
color1: "#CA0808",
color2: "#B21919",
color3: "#B33232",
color4: "#891F1F",
color5: "#33333F",
color6: "#6E6E76",
color7: "#766E6E",
color8: "#524040",
color9: "#5F2817",
color10: "#D98640",
},
},
},
},
});

1 comment on commit fabf928

@vercel
Copy link

@vercel vercel bot commented on fabf928 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zvms – ./web

zvms-smoky.vercel.app
zhzx.top
zvms-zvms.vercel.app
zvms-git-master-zvms.vercel.app

Please sign in to comment.