Mustafa GÜÇ

Results 2 comments of Mustafa GÜÇ

which theme name do i need to specify for "warning", "success", "error" etc. states ? I could not find Auro.SUCCESS or similar things. i've tried ```kotlin Notification.show("Clicked!", 3000, Notification.Position.TOP_CENTER).addThemeName("danger") //...

i've managed to make it work by adding attached css file and loading it thru `@StyleSheet` annotation [vaadin-notification.css](https://github.com/user-attachments/files/24042602/vaadin-notification.css)