Given the following puml, how may I alter the background color of the label box and not the whole class?
!define MONOSPACE #EBEFF4
!define DARK #205081
SkinParam Shadowing False
SkinParam Class {
ArrowColor DARK
BorderColor DARK
BackgroundColor MONOSPACE
FontSize 16
FontStyle Bold
FontColor DARK
AttributeFontColor BLACK
}
Class Foo {
-Member
+Method()
}