(feat): update onboarding and themes
All checks were successful
/ deploy-and-package (push) Successful in 1m7s
All checks were successful
/ deploy-and-package (push) Successful in 1m7s
This commit is contained in:
parent
c072d7ab57
commit
1d767916cd
5 changed files with 54 additions and 13 deletions
|
|
@ -57,7 +57,7 @@ const DESIGN_NUMBER_FIELDS = [
|
|||
const useIsomorphicLayoutEffect =
|
||||
typeof window === "undefined" ? useEffect : useLayoutEffect;
|
||||
|
||||
function configuredDefaultThemeId() {
|
||||
export function configuredDefaultThemeId() {
|
||||
return typeof __METHANIUM_UI_DEFAULT_THEME_ID__ === "string"
|
||||
? __METHANIUM_UI_DEFAULT_THEME_ID__
|
||||
: null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue