Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct colour for text in home page version blob #332

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

richard-cox
Copy link
Member

Summary

Fixes #323

Occurred changes and/or fixed issues

--primary-text is the text colour for --primary backgrounds

  --primary                    : #{$primary};
  --primary-text               : #{contrast-color($primary)};

--primary-text is the text colour for --primary backgrounds

```
  --primary                    : #{$primary};
  --primary-text               : #{contrast-color($primary)};
```
@richard-cox richard-cox added this to the v1.10.0 milestone Sep 4, 2023
@richard-cox richard-cox self-assigned this Sep 4, 2023
Copy link
Contributor

@torchiaf torchiaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richard-cox richard-cox merged commit f3aac70 into epinio:main Sep 4, 2023
3 checks passed
@richard-cox richard-cox deleted the fix-homepage-version-text branch September 4, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] Version card on Dashboard page has dark font
2 participants