(theme: string, validatedThemeRoot: string)
| 54 | }; |
| 55 | |
| 56 | const formatThemeLink = (theme: string, validatedThemeRoot: string) => { |
| 57 | return `${validatedThemeRoot}Base/baseLib/${theme}/css_variables.css`; |
| 58 | }; |
| 59 | |
| 60 | const attachCustomThemeStylesToHead = async (theme: string): Promise<void> => { |
| 61 | const link = document.querySelector(`[sap-ui-webcomponents-theme="${theme}"]`); |
no outgoing calls
no test coverage detected
searching dependent graphs…