Skip to content

Commit

Permalink
Release 0.4.2 (#76)
Browse files Browse the repository at this point in the history
* Update palette dark theme text colors

* Bump version to 0.4.2
  • Loading branch information
quietbits authored Nov 5, 2021
1 parent 2a5a649 commit 2e01d34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @stellar/design-system-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint-tsc": "tsc --noEmit"
},
"dependencies": {
"@stellar/design-system": "^0.4.1",
"@stellar/design-system": "^0.4.2",
"lodash": "^4.17.21",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion @stellar/design-system-website/src/generated/gitInfo.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { commitHash: "bd1e87e" };
export default { commitHash: "c9090d2" };
2 changes: 1 addition & 1 deletion @stellar/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/design-system",
"version": "0.4.1",
"version": "0.4.2",
"author": "Stellar Development Foundation <[email protected]>",
"description": "Components for Stellar Development Foundation’s design system",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions @stellar/design-system/src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
--pal-info-on: #ffffff;

--pal-text-primary: #ffffff;
--pal-text-secondary: #cccccc;
--pal-text-tertiary: #999999;
--pal-text-secondary: #d4d5d8;
--pal-text-tertiary: #a9abb2;
--pal-text-link: #6260eb;
--pal-text-link-hover: #937eef;

Expand Down

0 comments on commit 2e01d34

Please sign in to comment.