Reputation:
I added Footer to my page, but I want to change its color. how do i do this?
...
...
</semantic:content>
<semantic:footerCustomActions>
<Button icon='sap-icon://save' text="Kaydet" type="Emphasized" press="onEdit"/>
</semantic:footerCustomActions>
</semantic:SemanticPage>
</mvc:View>
Upvotes: 0
Views: 606
Reputation: 9
What you might do:
Upvotes: 0
Reputation: 1541
The Semantic classes follow strict design rules. As said in the official documentation, buttons in this aggregation have their type set to Transparent
.
Internally, the type you provide is ignored.
What you might do:
Upvotes: 1