File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/react/src/accordion Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @obosbbl/grunnmuren-react " : patch
3+ ---
4+
5+ Change font-weight from semibold to medium in ` <Accordion> `
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function AccordionItem(props: AccordionItemProps) {
113113 HeadingContext ,
114114 {
115115 // Negative margin to strech the button to the entire with of the accordion (to support containers with a background color)
116- className : 'font-semibold leading-7 -mx-2 text-base' ,
116+ className : 'font-medium leading-7 -mx-2 text-base' ,
117117 // Supply a default level here to make this typecheck ok. Will be overwritten with the consumers set heading level anyways
118118 level : 3 ,
119119 _innerWrapper : ( children ) => (
You can’t perform that action at this time.
0 commit comments