The question looks simple, but I haven’t succeed. I need a button that look exactly like this (this is a button for installing plugin in Intellij idea):
I tried
button(“test”) {
} .apply {
component.background = JBColor(Color(76, 175, 80), Color(56, 142, 60))
component.isOpaque = true
}
But it looks weird: thick green border, and that’s all. If somebody have a link to documentation or an example, I would be appreciate.
