From 7b5b02d01e8d19ea33f49d4c6fac47adc7fa715d Mon Sep 17 00:00:00 2001 From: "Ricardo M." Date: Thu, 11 Jul 2024 08:51:28 -0400 Subject: [PATCH] feat(catalog): Improve provider color Move from gray color to blue color. fix: https://github.com/KaotoIO/kaoto/issues/1109 --- packages/ui/src/components/Catalog/DataListItem.scss | 2 +- packages/ui/src/components/Catalog/Tile.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/Catalog/DataListItem.scss b/packages/ui/src/components/Catalog/DataListItem.scss index 14be478e6..0f6a42e5b 100644 --- a/packages/ui/src/components/Catalog/DataListItem.scss +++ b/packages/ui/src/components/Catalog/DataListItem.scss @@ -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); } } diff --git a/packages/ui/src/components/Catalog/Tile.scss b/packages/ui/src/components/Catalog/Tile.scss index 276abc217..d80829648 100644 --- a/packages/ui/src/components/Catalog/Tile.scss +++ b/packages/ui/src/components/Catalog/Tile.scss @@ -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); } }