Skip to content

Commit 7264b9b

Browse files
committed
update wording
1 parent bec4e6e commit 7264b9b

File tree

1 file changed

+2
-2
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ Add-SPOTheme -Identity "Custom Cyan" -Palette $themepalette -IsInverted $false -
9898
$colorPairs = @{
9999
light = @(
100100
@{
101-
foregroundColor = '#00ffff'
101+
accentColor = '#00ffff'
102102
backgroundColor = '#fff'
103103
},
104104
@{
105-
foregroundColor = '#fff'
105+
accentColor = '#fff'
106106
backgroundColor = '#00ffff'
107107
}
108108
)

0 commit comments

Comments
 (0)