Skip to content

Commit

Permalink
Merge pull request #78 from SankhaChak/fix/axis-label-color-on-dark-mode
Browse files Browse the repository at this point in the history
fix: 🐞 axis label color on dark mode
  • Loading branch information
aahna-ashina authored Aug 13, 2024
2 parents d7ec21e + 491ace1 commit 6b55d7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ body {
#menu-large {
background: rgb(var(--menu-background-rgb));
}

.apexcharts-text.apexcharts-xaxis-label,
.apexcharts-text.apexcharts-yaxis-label {
fill: rgb(var(--foreground-rgb));
}

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

0 comments on commit 6b55d7f

Please sign in to comment.