Skip to content

Commit 03a7331

Browse files
authored
Update index.php
1 parent b2705ab commit 03a7331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/default/index.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
$items[] = [
3030
'label' => $workflow->id,
3131
'url' => ['view', 'id' => $workflow->id],
32+
'linkOptions' => ['style' => 'color:#fff;background:' . $workflow->getColor()],
3233
];
3334
}
3435
echo Nav::widget([

0 commit comments

Comments
 (0)