evidence
evidence copied to clipboard
Add layout flag to customise logo/title style
Feature Description
Recent versions of Evidence introduced the logo
/ title
variables in the EvidenceDefaultLayout component. Could this potentially be further expanded to allow for style customisations without rebuilding the EvidenceDefaultLayout (with all subcomponents) as a custom layout? Primarily interested in increasing the height of the logo to allow for a bigger logo image (currently defaults to h-5 aspect-auto
) and adding a background colour to the header.
Goal of Feature Allow greater customisation of the layout and avoids having custom components that break with new releases.
Current Solution / Workarounds At the moment I have to create custom EvidenceLayout, EvidenceHeader and Logo components. Would like to avoid having too many custom components if possible.
Alternatives Allow passing through custom Tailwind style string for logo and header.