We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1688a12 commit aea0f58Copy full SHA for aea0f58
lib/components/Accordion/Accordion.scss
@@ -46,10 +46,6 @@ $animation-duration: 0.3s;
46
align-items: center;
47
justify-content: space-between;
48
49
- // TODO: For testing purposes only - remove this
50
- font-size: map-get($font-sizes, "md");
51
- color: var(--text-general);
52
-
53
&--border-bottom {
54
border-bottom: 1px solid var(--border-normal-1);
55
}
@@ -90,10 +86,5 @@ $animation-duration: 0.3s;
90
86
&--default {
91
87
padding-top: 24px;
92
88
93
94
95
- font-size: map-get($font-sizes, "default");
96
- line-height: map-get($line-heights, "sm");
97
98
89
99
0 commit comments