Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jul 17, 2022
1 parent 198cc7b commit d49e8cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0 - WIP
- Add Termwind package


## 0.2.7 - 2022-01-23
- Add Support for Laravel 9
- Add tests for PHP8.1
Expand Down
4 changes: 2 additions & 2 deletions resources/views/laralens/term/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<span class="flex-1 content-repeat-[.] text-gray"></span>

<div>
<span>
@if ($lineType === HiFolks\LaraLens\ResultLens::LINE_TYPE_ERROR)
<span class="text-gray-100 bg-red font-bold">
{{ Arr::get($row, "value", "")}}
Expand All @@ -42,7 +42,7 @@
{{ Str::replace("\\", "/", Arr::get($row, "value", "")) }}
</span>
@endif
</div>
</span>
</div>
@endif
@endforeach
Expand Down

0 comments on commit d49e8cc

Please sign in to comment.