Skip to content

Commit

Permalink
fix: add global style
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed Nov 22, 2024
1 parent ed5057a commit ce73501
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
@@ -1,6 +1,6 @@
{
"name": "@bytetrade/ui",
"version": "0.1.30",
"version": "0.1.31",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
1 change: 1 addition & 0 deletions src/styles/quasar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@import "./variables-text.sass";
@import "./variables-bg.sass";
@import "./mobile-font-text.sass";
@import "./global.scss";

.material-symbols-rounded {
font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
Expand Down

0 comments on commit ce73501

Please sign in to comment.