Hi,
Just looking at the branding options and found a couple of issues so far ;)
-
If you choose one of the colour tokens, and then adjust the colours, save to apply, all works fine, but if you then click the option you edited it changes all the colour values back to their default. So would be good to have an option to create a new ‘custom’ token that saves the values you set as defaults.
-
With the login page settings, after uploading a background image (saving) then loading the page the background image only appears in the top as the height is hardcoded in the CSS as 380px
.auth-one-bg-position {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 380px;
}
Would be nice to have an option to set this either px or %, whilst changing the CSS will fix this, I’m guessing on an update this will be overwritten.
Thanks,
Mike