Skip to content

Commit

Permalink
fix: variables sass
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed Jun 13, 2024
1 parent 3ff8715 commit 7690cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.8",
"version": "0.1.9",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
20 changes: 10 additions & 10 deletions src/styles/quasar.variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,17 @@ $cyan-11 : #84ffff !default
$cyan-12 : #18ffff !default
$cyan-13 : #00e5ff !default
$cyan-14 : #00b8d4 !default
$teal : #00BE7F !default
$teal : #00BE9E !default
$teal-1 : #BFFFEA !default
$teal-2 : #91F2D2 !default
$teal-3 : #67E5BB !default
$teal-4 : #41D9A6 !default
$teal-5 : #1FCC92 !default
$teal-6 : #00BE7F !default
$teal-7 : #00AB72 !default
$teal-8 : #009664 !default
$teal-9 : #008257 !default
$teal-10 : #006E49 !default
$teal-2 : #91F2E2 !default
$teal-3 : #67E5D0 !default
$teal-4 : #41D9BF !default
$teal-5 : #1FCCAF !default
$teal-6 : #00BE9E !default
$teal-7 : #00AB8E !default
$teal-8 : #00967D !default
$teal-9 : #00826C !default
$teal-10 : #006E5B !default
$teal-11 : #03AD90 !default
$teal-12 : #08947C !default
$teal-13 : #0C7C67 !default
Expand Down

0 comments on commit 7690cd5

Please sign in to comment.