Skip to content

Commit

Permalink
fix: 🐞 axis legend color
Browse files Browse the repository at this point in the history
  • Loading branch information
SankhaChak committed Aug 13, 2024
1 parent 4f7dc43 commit 491ace1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ body {
.apexcharts-text.apexcharts-yaxis-label {
fill: rgb(var(--foreground-rgb));
}

.apexcharts-legend-text {
color: rgb(var(--foreground-rgb)) !important;
}

0 comments on commit 491ace1

Please sign in to comment.