Skip to content

Commit adf328d

Browse files
committed
fix: remove unused shit
1 parent f295e63 commit adf328d

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/components/popups/BackgroundThemeProvider.jsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ const BackgroundStylesContext = React.createContext({
3030
visuals: undefined,
3131
})
3232

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-
4433
/**
4534
* Wraps popup content with a dark theme override when a background image is present.
4635
*

0 commit comments

Comments
 (0)