mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
Fix: Render bar chart axis labels in lighter color when dark theme applied (#2721)
This commit is contained in:
@@ -114,6 +114,7 @@ export const AnalyticsGraph: React.FC<Props> = ({ analytics, barGraphData, param
|
||||
y={datum.y}
|
||||
textAnchor="end"
|
||||
fontSize={10}
|
||||
fill="rgb(var(--color-text-200))"
|
||||
className={`${barGraphData.data.length > 7 ? "-rotate-45" : ""}`}
|
||||
>
|
||||
{generateDisplayName(datum.value, analytics, params, "x_axis")}
|
||||
|
||||
Reference in New Issue
Block a user