Added selected emoji background color selector

This commit is contained in:
thejason40 2022-11-22 16:23:09 +00:00 committed by Hugo Bernier
parent 13a8bd9d02
commit 68f0503bdf
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ export default class ReactEmojiReactionRatingWebPart extends BaseClientSideWebPa
enableComments: this.properties.propertyEnableComments,
enableCount: this.properties.propertyEnableCount,
selectedColor: this.properties.propertySelectedColor,
selectedEmojiColor: this.properties.propertySelectedEmojiColor,
selectedEmojiColor: this.properties.propertySelectedEmojiColor,
listName: this.properties.propertyListName,
displayMode: this.displayMode,
listMessage: this.properties.propertyListOperationMessage,
@ -178,7 +178,7 @@ export default class ReactEmojiReactionRatingWebPart extends BaseClientSideWebPa
iconName: 'Precipitation',
key: 'colorFieldId'
}),
PropertyFieldColorPicker('propertySelectedEmojiColor', {
PropertyFieldColorPicker('propertySelectedEmojiColor', {
label: 'Selected emoji background color',
selectedColor: this.properties.propertySelectedEmojiColor,
onPropertyChange: this.onPropertyPaneFieldChanged,