SuccessBanner

@Composable
fun SuccessBanner(text: String, modifier: Modifier = Modifier, icon: @Composable () -> Unit? = { Icon(AllIconsKeys.Debugger.ThreadStates.Idle, null) }, actions: @Composable RowScope.() -> Unit? = null, style: DefaultBannerStyle = JewelTheme.defaultBannerStyle.success, textStyle: TextStyle = JewelTheme.defaultTextStyle)