Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(borders: BorderColors = IntUiBorderColors.dark(), outlines: OutlineColors = IntUiOutlineColors.dark(), infoContent: Color = Color.Unspecified): IntUiThemeColors
Link copied to clipboard
@Composable
fun light(borders: BorderColors = IntUiBorderColors.light(), outlines: OutlineColors = IntUiOutlineColors.light(), infoContent: Color = Color.Unspecified): IntUiThemeColors