Removed comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-11-14 23:31:35 -05:00
parent 387909f0c8
commit eeecf60d02
2 changed files with 2 additions and 8 deletions

View File

@ -176,11 +176,7 @@ export const LineGraph = withTooltip<LineGraphProps, TooltipData>(
flexDirection: legendPosition === "right" ? "row" : "column-reverse",
}}
>
<svg
// ref={containerRef}
width={width}
height={height}
>
<svg width={width} height={height}>
<Group top={margin.top} left={margin.left}>
<GridColumns
scale={xScale}

View File

@ -10,8 +10,7 @@
font-size: calc(18rem / 16);
}
.header,
.header * {
.header {
color: var(--primary-background);
margin: 0;
font-size: calc(16rem / 16);
@ -24,7 +23,6 @@
font-size: calc(16rem / 16);
}
/* "*" matches all children */
.body p {
color: var(--primary-background);
margin: 0;