chore(Notification)!: rename progressColor to color and style icon

This also removes `progressVariant` prop
This commit is contained in:
Benjamin Canac
2023-05-26 18:03:54 +02:00
parent 1f22f84360
commit 1b61ec72e2
4 changed files with 34 additions and 25 deletions

View File

@@ -17,7 +17,6 @@ export interface Notification {
actions?: NotificationAction[]
click?: Function
callback?: Function
progressColor?: string
progressVariant?: string
color?: string
ui?: Partial<typeof appConfig.ui.notification>
}