Skip to content

Commit

Permalink
fix: add missing semicolon to labelText styles (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 authored Aug 17, 2022
1 parent 43c83f1 commit 7f217d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/label/labelText.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Label = attachThemeAttrs(styled.label).attrs(props => {
Object.prototype.hasOwnProperty.call(labelAlignmentMap, props.labelAlignment)
? props.labelAlignment
: 'center'
}
};
margin-left: 0;
margin-right: 0;
padding: 0 ${PADDING_MEDIUM};
Expand Down

0 comments on commit 7f217d0

Please sign in to comment.