File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
theme-generator/themes/schemas Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ const AccordionLabel = styled.span`
188188const IconContainer = styled . span < { disabled : AccordionPropsType [ "disabled" ] } > `
189189 display: flex;
190190 margin-left: ${ ( props ) => props . theme . iconMarginLeft } ;
191- margin-right: ${ ( props ) => props . theme . iconMarginRigth } ;
191+ margin-right: ${ ( props ) => props . theme . iconMarginRight } ;
192192 color: ${ ( props ) => ( props . disabled ? props . theme . disabledIconColor : props . theme . iconColor ) } ;
193193
194194 svg,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const componentTokens = {
3838 disabledIconColor : CoreTokens . color_grey_500 ,
3939 iconSize : "24px" ,
4040 iconMarginLeft : "0px" ,
41- iconMarginRigth : "12px" ,
41+ iconMarginRight : "12px" ,
4242 accordionGroupSeparatorBorderColor : CoreTokens . color_grey_200_a ,
4343 accordionGroupSeparatorBorderThickness : "1px" ,
4444 accordionGroupSeparatorBorderRadius : "0px" ,
Original file line number Diff line number Diff line change 3636 "disabledIconColor" : " #999999" ,
3737 "iconSize" : " 24px" ,
3838 "iconMarginLeft" : " 0px" ,
39- "iconMarginRigth " : " 12px" ,
39+ "iconMarginRight " : " 12px" ,
4040 "accordionGroupSeparatorBorderColor" : " #0000001a" ,
4141 "accordionGroupSeparatorBorderThickness" : " 1px" ,
4242 "accordionGroupSeparatorBorderRadius" : " 0px" ,
Original file line number Diff line number Diff line change 3535 "iconColor" : " color" ,
3636 "iconSize" : " length" ,
3737 "iconMarginLeft" : " length" ,
38- "iconMarginRigth " : " length" ,
38+ "iconMarginRight " : " length" ,
3939 "disabledIconColor" : " color" ,
4040 "accordionGroupSeparatorBorderColor" : " color" ,
4141 "accordionGroupSeparatorBorderThickness" : " bWidth" ,
You can’t perform that action at this time.
0 commit comments