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. -
+
+
+ + + +