We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f295e63 commit adf328dCopy full SHA for adf328d
1 file changed
src/components/popups/BackgroundThemeProvider.jsx
@@ -30,17 +30,6 @@ const BackgroundStylesContext = React.createContext({
30
visuals: undefined,
31
})
32
33
-/**
34
- * Accessor for background styling context.
35
- * @returns {{
36
- * hasBackground: boolean
37
- * visuals?: any
38
- * }}
39
- */
40
-export function useBackgroundStyles() {
41
- return React.useContext(BackgroundStylesContext)
42
-}
43
-
44
/**
45
* Wraps popup content with a dark theme override when a background image is present.
46
*
0 commit comments