IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

style: use primary colour for icons and text in header when header colour is 'none' #2229

Closed jfmcquade closed 4 months ago

jfmcquade commented 4 months ago

PR Checklist

Description

Follow up to #2216. As pointed out in this comment, when the header colour is none, the icons and text in the header should appear in the primary app colour.

Git Issues

Closes #

Screenshots/Videos

With deployment config:

config.app_config.APP_HEADER_DEFAULTS.colour = "none";
Screenshot 2024-03-11 at 13 06 21

With deployment config:

config.app_config.APP_HEADER_DEFAULTS.colour = "none";
config.app_config.APP_HEADER_DEFAULTS.variant = "compact";
Screenshot 2024-03-11 at 13 00 28