Guidelines
Description
Integrating LogAnalyzer with projects with strong branding can be improved further because even if a color is changed in the sass files, it seems the SVGs are to be recolored manually.
Problem
SVGs are harder to colour than just the text and other parts of the app.
Proposed Solution
To simplify this, we could programmatically change the branding for the app as well as SVG files by leveraging CSS variables e.g. var(--some-name).
Alternatives Considered
N/A
Guidelines
Description
Integrating LogAnalyzer with projects with strong branding can be improved further because even if a color is changed in the sass files, it seems the SVGs are to be recolored manually.
Problem
SVGs are harder to colour than just the text and other parts of the app.
Proposed Solution
To simplify this, we could programmatically change the branding for the app as well as SVG files by leveraging CSS variables e.g.
var(--some-name).Alternatives Considered
N/A