We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec4e6e commit 7264b9bCopy full SHA for 7264b9b
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md
@@ -98,11 +98,11 @@ Add-SPOTheme -Identity "Custom Cyan" -Palette $themepalette -IsInverted $false -
98
$colorPairs = @{
99
light = @(
100
@{
101
- foregroundColor = '#00ffff'
+ accentColor = '#00ffff'
102
backgroundColor = '#fff'
103
},
104
105
- foregroundColor = '#fff'
+ accentColor = '#fff'
106
backgroundColor = '#00ffff'
107
}
108
)
0 commit comments