@fluid-app/rep-sdk 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -2512,7 +2512,7 @@ function SdkHeader({ tabs, mobileTabs, currentSlug, onNavigate, navSlugs }) {
|
|
|
2512
2512
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
2513
2513
|
type: "button",
|
|
2514
2514
|
onClick: () => onNavigate(tabSlug),
|
|
2515
|
-
className: `border-b-2 px-4 py-3 text-sm font-medium whitespace-nowrap transition-colors ${tabSlug === baseSlug ? "border-primary
|
|
2515
|
+
className: `border-b-2 px-4 py-3 text-sm font-medium whitespace-nowrap transition-colors ${tabSlug === baseSlug ? "text-foreground border-primary" : "text-muted-foreground hover:border-border hover:text-foreground border-transparent"}`,
|
|
2516
2516
|
children: tab.label
|
|
2517
2517
|
}, tab.id ?? tabSlug);
|
|
2518
2518
|
})
|