Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 17, 2021
1 parent 57beae6 commit ac137b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presenters/Admin/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function getIcon($item)

if ($item->icon !== null && $item->icon !== '') {
return '<div class="w-8 h-8 flex colour-secondary items-center justify-center">
<ion-icon class="w-5 h-5 text-secondary colour-secondary ' . $item->icon . '" name="' . $item->icon . $state .'"></ion-icon>
<ion-icon class="w-5 h-5 text-secondary colour-secondary ' . $item->icon . '" name="' . $item->icon . $state . '"></ion-icon>
</div>' . PHP_EOL;
}
}
Expand Down

0 comments on commit ac137b0

Please sign in to comment.