diff --git a/src/layouts/Page.js b/src/layouts/Page.js
index b29627a..a749efb 100644
--- a/src/layouts/Page.js
+++ b/src/layouts/Page.js
@@ -6,9 +6,9 @@ import React from "reactn";
import { responsiveHeight } from "../actions/responsiveSizes.js";
import BaseHeader from "../components/BaseHeader";
import NavigateHeader from "../components/NavigateHeader";
-import { gutters } from "../styles";
-import { isWeb } from "../hooks/useLayoutType.js";
import ShareBtn from "../components/ShareBtn/ShareBtn";
+import { isWeb } from "../hooks/useLayoutType.js";
+import { gutters } from "../styles";
export default ({
children,
@@ -35,6 +35,7 @@ export default ({
width = undefined,
maxWidth = 1200,
shareBtn = false,
+ blurIntensity = 0,
}) => {
const PageContainer =
containerType === "SAFE_AREA_VIEW" ? SafeAreaView : View;
@@ -51,17 +52,24 @@ export default ({
position: "relative",
}}
>
-
+ {backgroundImg ? (
+
+ ) : null}
{
@@ -228,6 +231,7 @@ const HitParade = () => {
...Style.containerRow,
justifyContent: "space-between",
width: "auto",
+ gap: 12,
}}
>
{["Chansons", "Playbacks"].map((item, index) => (
diff --git a/src/screens/Library/MusicDetails.web.js b/src/screens/Library/MusicDetails.web.js
index 177e00f..e546334 100644
--- a/src/screens/Library/MusicDetails.web.js
+++ b/src/screens/Library/MusicDetails.web.js
@@ -451,7 +451,7 @@ const MusicDetails = ({ route }) => {
>
{/* Left column: player */}
{
{lines.length > 0 && (