Update config documentation for header theming (#2555)

This commit is contained in:
Bindu Wavell 2022-06-22 02:55:43 -06:00 committed by GitHub
parent 3453eef75d
commit 0ab5a1781c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,13 +91,12 @@ The default logo displayed in the top left corner of the Alfresco Content Applic
### Header Background color ### Header Background color
You can change the header background color by specifying the color code for the "headerColor" key: You can change the header text and background colors by specifying the color code for the "headerTextColor" and "headerColor" keys:
```json ```json
{ {
"application": { "headerTextColor": "#000000",
"headerColor": "#ffffff" "headerColor": "#ffffff"
}
} }
``` ```