feat(many): expand global config for icons (#29373)

Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
Maria Hutt
2024-05-08 16:22:12 -07:00
committed by GitHub
parent 7c7c483ab9
commit a58d9fa2e1
16 changed files with 370 additions and 62 deletions

View File

@@ -82,7 +82,7 @@ export class BackButton implements ComponentInterface, ButtonInterface {
get backButtonIcon() {
const icon = this.icon;
if (icon != null) {
// icon is set on the component or by the config
// Icon is set on the component or by the config.
return icon;
}