Skip to content

Commit aea0f58

Browse files
committed
chore: remove redundant styles
1 parent 1688a12 commit aea0f58

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/components/Accordion/Accordion.scss

-9
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ $animation-duration: 0.3s;
4646
align-items: center;
4747
justify-content: space-between;
4848

49-
// TODO: For testing purposes only - remove this
50-
font-size: map-get($font-sizes, "md");
51-
color: var(--text-general);
52-
5349
&--border-bottom {
5450
border-bottom: 1px solid var(--border-normal-1);
5551
}
@@ -90,10 +86,5 @@ $animation-duration: 0.3s;
9086
&--default {
9187
padding-top: 24px;
9288
}
93-
94-
// TODO: For testing purposes only - remove this
95-
font-size: map-get($font-sizes, "default");
96-
line-height: map-get($line-heights, "sm");
97-
color: var(--text-general);
9889
}
9990
}

0 commit comments

Comments
 (0)