diff --git a/src/theme/dark.ts b/src/theme/dark.ts index eb7b059705..4b03ebea83 100644 --- a/src/theme/dark.ts +++ b/src/theme/dark.ts @@ -58,7 +58,10 @@ const matrixAxis = { color: color.secondary }, itemStyle: { - borderColor: color.neutral20 + borderColor: color.borderTint + }, + dividerLineStyle: { + color: color.border } }; @@ -188,10 +191,12 @@ const theme = { x: matrixAxis, y: matrixAxis, backgroundColor: { - borderColor: '#817f91' + borderColor: color.axisLine }, - innerBackgroundStyle: { - borderColor: '#484753' + body: { + itemStyle: { + borderColor: color.borderTint + } } }, timeAxis: axisCommon(), diff --git a/test/matrix.html b/test/matrix.html index ba553194f5..6915087ad0 100644 --- a/test/matrix.html +++ b/test/matrix.html @@ -40,6 +40,7 @@
+ @@ -222,6 +223,60 @@ + + +