Skip to content

Commit

Permalink
Merge pull request #332 from richard-cox/fix-homepage-version-text
Browse files Browse the repository at this point in the history
Use correct colour for text in home page version blob
  • Loading branch information
richard-cox authored Sep 4, 2023
2 parents 68f9335 + 01950f9 commit f3aac70
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 f3aac70

Please sign in to comment.