Skip to content

Commit

Permalink
Fix timeline fading colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Dec 18, 2024
1 parent c3d5a89 commit 2fffcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/incident.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<div class="relative">
<div class="absolute inset-y-0 -left-9">
<div class="ml-3.5 h-full border-l-2 border-dashed dark:border-zinc-700"></div>
<div class="absolute inset-x-0 top-0 w-full h-24 bg-gradient-to-t from-transparent to-zinc-50 dark:from-transparent dark:to-zinc-900"></div>
<div class="absolute inset-x-0 bottom-0 w-full h-24 bg-gradient-to-b from-transparent to-zinc-50 dark:from-transparent dark:to-zinc-900"></div>
<div class="absolute inset-x-0 top-0 w-full h-24 bg-gradient-to-t from-transparent to-[rgb(var(--accent-background))]"></div>
<div class="absolute inset-x-0 bottom-0 w-full h-24 bg-gradient-to-b from-transparent to-[rgb(var(--accent-background))]"></div>
</div>
<div class="flex flex-col px-4 divide-y dark:divide-zinc-700">
@foreach ($incident->updates as $update)
Expand Down

0 comments on commit 2fffcd2

Please sign in to comment.