Skip to content

Commit

Permalink
fix: 🐞 axis label color on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SankhaChak committed Aug 13, 2024
1 parent d7ec21e commit 4f7dc43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ body {
#menu-large {
background: rgb(var(--menu-background-rgb));
}

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

0 comments on commit 4f7dc43

Please sign in to comment.