diff --git a/.changeset/lemon-jars-hug.md b/.changeset/lemon-jars-hug.md new file mode 100644 index 000000000..4aedac3bd --- /dev/null +++ b/.changeset/lemon-jars-hug.md @@ -0,0 +1,5 @@ +--- +'app': patch +--- + +Allow the `app.branding.iconLogo` configuration to configure the tab icon diff --git a/app-config.yaml b/app-config.yaml index e317746b4..79b5bce5e 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -20,7 +20,7 @@ app: primaryColor: ${PRIMARY_DARK_COLOR} headerColor1: ${HEADER_DARK_COLOR_1} headerColor2: ${HEADER_DARK_COLOR_2} - navigationIndicatorColor: ${NAV_INDICATOR_LIGHT_COLOR} + navigationIndicatorColor: ${NAV_INDICATOR_DARK_COLOR} organization: name: My Org diff --git a/packages/app/public/index.html b/packages/app/public/index.html index 0083bcc3f..e20960af4 100644 --- a/packages/app/public/index.html +++ b/packages/app/public/index.html @@ -39,6 +39,10 @@ href="<%= publicPath %>/safari-pinned-tab.svg" color="#5bbad5" /> + <%= config.getString('app.title') %>