Documentation

setBackgrounds()

Sets the background colors for page and modal shader elements.

setBackgrounds(
pageBackground?: UIColor.BackgroundType,
modalBackground?: UIColor.BackgroundType,
): void;

Note
Prefer using WebTheme.pageBackground and WebTheme.modalShadeBackground to configure these as part of a theme.

Parameters

Related