Skip to content

Commit

Permalink
feat : Portlet UI Cleanup - Merge Meeds-io/MIPs#81 (#87)
Browse files Browse the repository at this point in the history
Before this fix, the new branding settings (radius) cannot be saved in interface
This is due to the override of the BrandingService configuration file
Then the new property about radius was not added on our side.
This commit add the property
  • Loading branch information
rdenarie authored Nov 15, 2023
1 parent 394adc2 commit 7e08481
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<value>${exo.branding.theme.tertiaryColor:tertiaryColor:#476A9C}</value>
<value>${exo.branding.theme.greyColorLighten1:greyColorLighten1:#5f708a}</value>
<value>${exo.branding.theme.textColor:textColor:#333333}</value>
<value>${exo.branding.theme.borderRadius:borderRadius:8px}</value>
</values-param>
</init-params>
</component>
Expand Down

0 comments on commit 7e08481

Please sign in to comment.