Skip to content

Commit

Permalink
Merge pull request #326 from Zaycevq/master
Browse files Browse the repository at this point in the history
fix color for Modal Card - web Dark Theme
  • Loading branch information
SevereCloud authored Sep 27, 2022
2 parents 4744ec5 + 4dd66df commit b38b6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.valette/palette_web.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"gray_600": "#656565",
"gray_700": "#555555",
"gray_700_alpha60": "#99555555",
"gray_750": "#484848",
"gray_750": "#424242",
"gray_800": "#333333",
"gray_800_alpha72": "#B8333333",
"gray_800_alpha88": "#E0333333",
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 @@ -51,7 +51,7 @@
"color_identifier": "white_alpha8"
},
"background_highlighted": {
"color_identifier": "white_alpha12"
"color_identifier": "white_alpha8"
},
"background_keyboard": {
"color_identifier": "gray_800",
Expand Down Expand Up @@ -516,7 +516,7 @@
"color_identifier": "gray_800"
},
"modal_card_background": {
"color_identifier": "gray_800",
"color_identifier": "gray_850",
"transparent_version": true
},
"modal_card_border": {
Expand Down

0 comments on commit b38b6c9

Please sign in to comment.