Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(borders: BorderColors = IntUiBorderColors.dark(), outlines: OutlineColors = IntUiOutlineColors.dark(), infoContent: Color = IntUiDarkTheme.colors.grey(7), paneBackground: Color = IntUiDarkTheme.colors.grey(2)): IntUiGlobalColors
Link copied to clipboard
@Composable
fun light(borders: BorderColors = IntUiBorderColors.light(), outlines: OutlineColors = IntUiOutlineColors.light(), infoContent: Color = IntUiLightTheme.colors.grey(7), paneBackground: Color = IntUiLightTheme.colors.grey(13)): IntUiGlobalColors