playback - style

This commit is contained in:
2025-09-30 16:01:14 +02:00
parent 93994f27b2
commit 04d2e28db0
2 changed files with 11 additions and 6 deletions
+1 -2
View File
@@ -9,7 +9,6 @@ import BaseHeader from "../components/BaseHeader";
import NavigateHeader from "../components/NavigateHeader";
import { gutters } from "../styles";
import { background } from "../assets/index.js";
import { isWeb } from "../hooks/useLayoutType.js";
// import { useUserData } from "../providers/UserDataProvider.js";
@@ -32,7 +31,7 @@ export default ({
scrollEnabled = false,
onBackPressed = null,
backgroundImg = background.writingBG,
backgroundImg = null,
headerTitleStyle = {},
hideBackButton = false,
width = undefined,