Thank you for your addon! How can I change app-toolbar colors? Thank you ve

Thank you for your addon! How can I change app-toolbar colors? Thank you very much.

Hello. You need to write a component-specific style sheet and import it to the local style scope of fc-applayout (we use the same approach as with Vaadin components, see https://vaadin.com/docs/latest/ds/customization/styling-components)

For instance, in order to change the toolbar color you can use:

app-toolbar {
	background-color:#5cafcd !important
}