WIP Upgrade tailwindcss and dependencies

This commit is contained in:
Björn Fromme
2022-08-13 10:02:02 +02:00
parent a6ac3acd71
commit 5de2c07042
100 changed files with 636 additions and 1146 deletions
@@ -78,7 +78,7 @@ class ContingentViewHelper extends AbstractViewHelper
}
$now = new \DateTime('now');
if ($now > $day->getBegin()) {
$class = [ 'text-gray-400' ];
$class = [ 'text-zinc-400' ];
return static::getHtml($class, $day->format('d'));
}
$contingents = $events->find($day);