Companion
object Companion
Functions
Link copied to clipboard
fun CautionAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFFDA3633), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-caution.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): CautionAlertStyling
Link copied to clipboard
fun CautionAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFFCF222E), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-caution.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): CautionAlertStyling