Skip to content

Commit

Permalink
[BUGFIX] use right css variable for primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbernalp committed Jul 18, 2024
1 parent 1809152 commit 109379c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markdown-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perses-dev/markdown-chart",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
Expand Down
2 changes: 1 addition & 1 deletion markdown-chart/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
}

.perses-markdown-chart-plugin a {
color: var(--perses-primary-color);
color: var(--perses-colors-primary);
}

0 comments on commit 109379c

Please sign in to comment.