Skip to content

Commit

Permalink
Put header gradient back
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 19, 2024
1 parent b1dd11b commit a84c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opsmaru_web/live/home_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule OpsmaruWeb.HomeLive do
<div class="relative">
<div class={[
"absolute inset-2 bottom-0 rounded-4xl ring-1 ring-inset ring-slate-950/5",
"bg-[linear-gradient(115deg,var(--tw-gradient-stops))] from-cyan-400 from-[28%] via-purple-400 via-[70%] to-violet-600 sm:bg-[linear-gradient(145deg,var(--tw-gradient-stops))]"
"bg-[linear-gradient(115deg,var(--tw-gradient-stops))] from-cyan-300 from-[28%] via-purple-400 via-[70%] to-violet-600 sm:bg-[linear-gradient(145deg,var(--tw-gradient-stops))]"
]}>
</div>
<div class="relative px-6 lg:px-8">
Expand Down

0 comments on commit a84c189

Please sign in to comment.