Skip to content

Commit

Permalink
#26 Theme styles for expanded node
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhya-metacell committed Aug 9, 2022
1 parent 2bbde27 commit 59c9068
Show file tree
Hide file tree
Showing 9 changed files with 429 additions and 12 deletions.
3 changes: 3 additions & 0 deletions dist/components/assets/styles/variables.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ declare const vars: {
nodeButtonTextColor: string;
nodeButtonLineColor: string;
nodeTextColor: string;
nodeWrapperBg: string;
nodeLabelColor: string;
nodeBlockBg: string;
};
export default vars;
144 changes: 141 additions & 3 deletions dist/meta-diagram.cjs.development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/meta-diagram.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/meta-diagram.cjs.production.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/meta-diagram.cjs.production.min.js.map

Large diffs are not rendered by default.

144 changes: 141 additions & 3 deletions dist/meta-diagram.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/meta-diagram.esm.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/components/assets/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ const vars = {
nodeButtonTextColor: 'rgba(255, 255, 255, 0.8)',
nodeButtonLineColor: 'rgba(255, 255, 255, 0.2)',
nodeTextColor: '#3C3C43',
nodeWrapperBg: '#FFFFFF',
nodeLabelColor: '#76787D',
nodeBlockBg: 'rgba(255, 255, 255, 0.6)',
...nodeGreen,
};

Expand Down
Loading

0 comments on commit 59c9068

Please sign in to comment.