Skip to content

Commit 70ac0b1

Browse files
committed
refactor: change css className
1 parent bb05f31 commit 70ac0b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/chart/vegaLiteChart/vegaLiteChart.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.rustic-responsive-chart {
1+
.rustic-chart {
22
width: 100%;
33
height: 100%;
44
}

src/components/chart/vegaLiteChart/vegaLiteChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function VegaLiteChart(props: VegaLiteChartData) {
4949
return <Typography variant="body2">Failed to load the chart.</Typography>
5050
} else {
5151
return (
52-
<Stack direction="column" className="rustic-responsive-chart">
52+
<Stack direction="column" className="rustic-chart">
5353
{props.title && (
5454
<Typography variant="subtitle2">{props.title}</Typography>
5555
)}

0 commit comments

Comments
 (0)