Skip to content

Commit

Permalink
Update packages/component/src/Styles/StyleSet/TextContent.js
Browse files Browse the repository at this point in the history
Co-Authored-By: William Wong <[email protected]>
  • Loading branch information
corinagum and compulim authored Dec 3, 2019
1 parent 09efc48 commit 6938257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component/src/Styles/StyleSet/TextContent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint no-magic-numbers: "off" */

export default function createTextContentStyle({ bubbleMinHeight, bubbleMaxWidth, primaryFont, paddingRegular }) {
export default function createTextContentStyle({ bubbleMaxWidth, bubbleMinHeight, primaryFont, paddingRegular }) {
return {
fontFamily: primaryFont,
margin: 0,
Expand Down

0 comments on commit 6938257

Please sign in to comment.