Web Platform Theme

fun WebPlatformTheme(darkTheme: Boolean = when (localUser.theme!!) { Auto -> isSystemInDarkTheme() Light -> false Dark -> true }, content: @Composable () -> Unit)

Method to apply the Ametista theme to the web related content

Parameters

darkTheme

Whether the theme to use is the dark one

content

The content to display