Skip to content

Commit

Permalink
Merge pull request #354 from Zaycevq/master
Browse files Browse the repository at this point in the history
UPDATE token for Music Card
  • Loading branch information
wayshev authored Feb 21, 2023
2 parents 3ee3107 + 08f45d4 commit 11a51fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions main.valette/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"color_identifier": "gray_800"
},
"background_card_alpha": {
"color_identifier": "white_alpha_32"
"color_identifier": "white_alpha32"
},
"button_bot_shadow": {
"color_identifier": "gray_900"
Expand Down Expand Up @@ -796,7 +796,7 @@
"color_identifier": "white"
},
"background_card_alpha": {
"color_identifier": "black_alpha_20"
"color_identifier": "black_alpha20"
},
"button_bot_shadow": {
"color_identifier": "gray_200"
Expand Down
5 changes: 3 additions & 2 deletions main.valette/scheme_edu.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"color_identifier": "gray_800"
},
"background_card_alpha": {
"color_identifier": "white_alpha_32"
"color_identifier": "white_alpha32"
},
"button_bot_shadow": {
"color_identifier": "gray_900"
Expand Down Expand Up @@ -790,7 +790,8 @@
"color_identifier": "white"
},
"background_card_alpha": {
"color_identifier": "black_alpha_20"
"color_identifier": "black_alpha20"

},
"button_bot_shadow": {
"color_identifier": "gray_200"
Expand Down
4 changes: 2 additions & 2 deletions main.valette/scheme_ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"color_identifier": "gray_800"
},
"background_card_alpha": {
"color_identifier": "white_alpha_32"
"color_identifier": "white_alpha32"
},
"button_bot_shadow": {
"color_identifier": "gray_900"
Expand Down Expand Up @@ -808,7 +808,7 @@
"color_identifier": "gray_40"
},
"background_card_alpha": {
"color_identifier": "black_alpha_20"
"color_identifier": "black_alpha20"
},
"button_muted_foreground": {
"color_identifier": "azure_300"
Expand Down
4 changes: 2 additions & 2 deletions main.valette/scheme_web.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"deprecated_for_web": true
},
"background_card_alpha": {
"color_identifier": "white_alpha_32"
"color_identifier": "white_alpha32"
},
"button_bot_shadow": {
"color_identifier": "gray_900",
Expand Down Expand Up @@ -889,7 +889,7 @@
"deprecated_for_web": true
},
"background_card_alpha": {
"color_identifier": "black_alpha_20"
"color_identifier": "black_alpha20"
},
"button_bot_shadow": {
"color_identifier": "gray_200",
Expand Down

0 comments on commit 11a51fc

Please sign in to comment.