diff --git a/web/app/components/plugins/marketplace/home/home-header.tsx b/web/app/components/plugins/marketplace/home/home-header.tsx index c2c9a7c59d6..3cfd564cfd9 100644 --- a/web/app/components/plugins/marketplace/home/home-header.tsx +++ b/web/app/components/plugins/marketplace/home/home-header.tsx @@ -73,7 +73,7 @@ const HomeHeader = ({ return (
diff --git a/web/app/components/plugins/marketplace/home/home-sticky.module.css b/web/app/components/plugins/marketplace/home/home-sticky.module.css index aeef0e5b1b1..aa474502324 100644 --- a/web/app/components/plugins/marketplace/home/home-sticky.module.css +++ b/web/app/components/plugins/marketplace/home/home-sticky.module.css @@ -48,9 +48,8 @@ } .catalogNavigationPinned { - border-bottom: 1px solid var(--color-divider-regular); padding-top: 16px; - padding-bottom: 15px; + padding-bottom: 16px; background-color: var(--color-background-default); }