Skip to content

Commit

Permalink
Use correct colour for text in home page version blob
Browse files Browse the repository at this point in the history
--primary-text is the text colour for --primary backgrounds

```
  --primary                    : #{$primary};
  --primary-text               : #{contrast-color($primary)};
```
  • Loading branch information
richard-cox committed Sep 4, 2023
1 parent abdf2ee commit 01950f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/pkg/epinio/pages/c/_cluster/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default Vue.extend<any, any, any, any>({
span {
background: var(--primary);
color: var(--body-text);
color: var(--primary-text);
border-radius: var(--border-radius);
padding: 4px 8px;
}
Expand Down

0 comments on commit 01950f9

Please sign in to comment.