Skip to content

Commit

Permalink
feat(catalog): Improve provider color
Browse files Browse the repository at this point in the history
Move from gray color to blue color.

fix: KaotoIO#1109
  • Loading branch information
lordrip committed Jul 11, 2024
1 parent 46c1f87 commit 7b5b02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Catalog/DataListItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
text-align: right;
padding: 0 10px;
font-weight: bold;
background-color: var(--pf-v5-global--palette--black-150);
background-color: var(--pf-v5-global--palette--blue-50);
}
}
2 changes: 1 addition & 1 deletion packages/ui/src/components/Catalog/Tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
text-align: right;
padding: 0 10px;
font-weight: bold;
background-color: var(--pf-v5-global--palette--black-150);
background-color: var(--pf-v5-global--palette--blue-50);
}
}

0 comments on commit 7b5b02d

Please sign in to comment.