Skip to content

Commit 6a965be

Browse files
authored
Merge pull request #2059 from pnp/copilot/fix-indent-controls-icons
Fix: Replace missing indent icon names in RichText control
2 parents d45660b + 0fac092 commit 6a965be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/controls/iconPicker/IconNames.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export class IconNames {
371371
"DeactivateOrders",
372372
"DecisionSolid",
373373
"DeclineCall",
374-
"DecreaseIndentLegacy",
374+
"DecreaseIndentText",
375375
"DefaultRatio",
376376
"DefectSolid",
377377
"Delete",
@@ -689,7 +689,7 @@ export class IconNames {
689689
"Inbox",
690690
"InboxCheck",
691691
"IncidentTriangle",
692-
"IncreaseIndentLegacy",
692+
"IncreaseIndentText",
693693
"Info",
694694
"Info2",
695695
"InfoSolid",

src/controls/richText/RichTextPropertyPane.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
434434
className={styles.propertyPaneButton}
435435
aria-describedby="increaseindent-propertyPaneButton"
436436
iconProps={{
437-
iconName: 'IncreaseIndentLegacy',
437+
iconName: 'IncreaseIndentText',
438438
style: {
439439
fontSize: '20px'
440440
}
@@ -449,7 +449,7 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
449449
className={styles.propertyPaneButton}
450450
aria-describedby="decreaseindent-propertyPaneButton"
451451
iconProps={{
452-
iconName: 'DecreaseIndentLegacy',
452+
iconName: 'DecreaseIndentText',
453453
style: {
454454
fontSize: '20px'
455455
}

0 commit comments

Comments
 (0)