Skip to content

Commit 88eea6c

Browse files
committed
Fix: Make View All button in transactions white and fix Bitcoin chart grid lines to white
1 parent ca4cc8d commit 88eea6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/relay-dashboard/totalEarning/TotalEarningChart/TotalEarningChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const TotalEarningChart: React.FC<TotalEarningChartProps> = ({ xAxisData,
126126
},
127127
splitLine: {
128128
lineStyle: {
129-
color: '#444',
129+
color: themeObject[theme].chartAxisLabel,
130130
},
131131
},
132132
axisLabel: {

0 commit comments

Comments
 (0)