We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2705ab commit 03a7331Copy full SHA for 03a7331
src/views/default/index.php
@@ -29,6 +29,7 @@
29
$items[] = [
30
'label' => $workflow->id,
31
'url' => ['view', 'id' => $workflow->id],
32
+ 'linkOptions' => ['style' => 'color:#fff;background:' . $workflow->getColor()],
33
];
34
}
35
echo Nav::widget([
0 commit comments