koin.js 1.0.2 → 1.0.3
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -974,7 +974,7 @@ var PlayerControls = memo(function PlayerControls2({
|
|
|
974
974
|
] });
|
|
975
975
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
976
976
|
/* @__PURE__ */ jsx(MobileControlDrawer_default, { systemColor, children: controlsContent }),
|
|
977
|
-
/* @__PURE__ */ jsx("div", { className: "hidden sm:flex w-full items-center justify-between gap-2 px-4 py-2 bg-black
|
|
977
|
+
/* @__PURE__ */ jsx("div", { className: "hidden sm:flex w-full items-center justify-between gap-2 px-4 py-2 bg-black backdrop-blur-sm border-t border-white/10 shrink-0 overflow-x-auto", children: controlsContent })
|
|
978
978
|
] });
|
|
979
979
|
});
|
|
980
980
|
var PlayerControls_default = PlayerControls;
|