Skip to content

Commit

Permalink
Fix font picker, closes elastic#522
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Apr 30, 2018
1 parent 94c9f82 commit a46fd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/components/text_style_picker/text_style_picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export const TextStylePicker = ({
size,
align,
color,
weight,
underline,
italic,
weight: weight || 'normal',
underline: underline || false,
italic: italic || false,
[propName]: value,
});
}
Expand Down

0 comments on commit a46fd7b

Please sign in to comment.