Skip to content

Commit

Permalink
Merge pull request #563 from Ferlab-Ste-Justine/feat/FLUI-145
Browse files Browse the repository at this point in the history
fix(venn): FLUI-145 new color between hover and active state
  • Loading branch information
lflangis authored Dec 18, 2024
2 parents 2df0b94 + 3c1576f commit c1dfd3c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/ui/Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 10.15.1 2024-12-18
- fix: FLUI-145 change color between active and hover for venn chart

### 10.15.0 2024-12-18
- fix: FLUI-145 Add Venn chart

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ferlab/ui",
"version": "10.15.0",
"version": "10.15.1",
"description": "Core components for scientific research data portals",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Charts/Venn/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.venn .chart .fillColor.active {
fill: var(--venn-chart-fill-hover);
fill: var(--venn-chart-fill-active);
}

.venn .chart .legend {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/themes/default/theme.template.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
--venn-chart-outline: var(--gray-6);
--venn-chart-fill: var(--gray-1);
--venn-chart-fill-hover: var(--blue-1);
--venn-chart-fill-active: var(--blue-1);
--venn-chart-fill-active: var(--blue-3);
--venn-chart-legend: var(--gray-8);

--small-font: 1.2rem;
Expand Down
2 changes: 1 addition & 1 deletion storybook/package-lock.json

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

0 comments on commit c1dfd3c

Please sign in to comment.