Skip to content

Commit d3f57f6

Browse files
RichText update font style and size
1 parent 6d5dea8 commit d3f57f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/controls/richText/RichTextPropertyPane.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
162162
<div className={styles.propertyPaneGroupField}>
163163
<Dropdown label={strings.FontStyleTitle}
164164
ariaLabel={strings.FontStyleTitle}
165-
defaultSelectedKey={0}
166165
selectedKey={selectedHeader}
167166
options={[
168167
{ key: 0, text: strings.HeaderNormalText },
@@ -188,7 +187,6 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
188187
<div className={styles.propertyPaneGroupField}>
189188
<Dropdown label={strings.FontSizeTitle}
190189
ariaLabel={strings.FontSizeTitle}
191-
defaultSelectedKey={'large'}
192190
selectedKey={selectedSize}
193191
options={[
194192
{ key: 'small', text: '12' },

0 commit comments

Comments
 (0)