diff --git a/src/frontend/src/components/ui/badge.tsx b/src/frontend/src/components/ui/badge.tsx
index 4ea312810..9b0fd8ff8 100644
--- a/src/frontend/src/components/ui/badge.tsx
+++ b/src/frontend/src/components/ui/badge.tsx
@@ -20,8 +20,8 @@ const badgeVariants = cva(
sm: "h-4 text-xs",
md: "h-5 text-sm",
lg: "h-6 text-base",
- sq: "h-6 text-sm font-medium rounded-md",
- xq: "h-5 text-xs font-medium rounded-md",
+ sq: "h-6 text-sm font-normal rounded-md",
+ xq: "h-5 text-xs font-normal rounded-md",
},
},
defaultVariants: {
diff --git a/src/frontend/src/components/ui/select.tsx b/src/frontend/src/components/ui/select.tsx
index c8586598f..a299fa180 100644
--- a/src/frontend/src/components/ui/select.tsx
+++ b/src/frontend/src/components/ui/select.tsx
@@ -18,14 +18,14 @@ const SelectTrigger = React.forwardRef<
{children}
-
+
));
diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx
index 4c9a082b0..027bd5ba3 100644
--- a/src/frontend/src/pages/StorePage/index.tsx
+++ b/src/frontend/src/pages/StorePage/index.tsx
@@ -193,7 +193,7 @@ export default function StorePage(): JSX.Element {
Search flows and components from the community.
-
+
+
+
+
+
-
+
{loading ? (
<>
diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css
index 7c5c66ebe..6778ff84f 100644
--- a/src/frontend/src/style/applies.css
+++ b/src/frontend/src/style/applies.css
@@ -217,7 +217,7 @@
}
.main-page-nav-arrangement {
- @apply flex-max-width justify-between px-6 py-12 pb-2;
+ @apply flex-max-width justify-between px-6 py-8 pb-2;
}
.main-page-nav-title {
@@ -245,7 +245,7 @@
}
.community-page-nav-arrangement {
- @apply flex-max-width justify-between px-6 py-12 pb-2;
+ @apply flex-max-width justify-between px-6 py-8 pb-2;
}
.community-page-nav-title {