Less obnoxious default colors.

This commit is contained in:
Jim Nicholson 2024-02-14 00:29:42 -08:00
parent 2f7e942833
commit 9e85196fe8

View File

@ -1,7 +1,7 @@
void call(String stepName, Map styleMap = [:]) { void call(String stepName, Map styleMap = [:]) {
Map defaultStyleMap = [ Map defaultStyleMap = [
boxColor: 'green', boxColor: 'green',
textColor: 'white', textColor: 'black',
boxStyle: 'default' boxStyle: 'default'
] ]