Skip to content

Commit

Permalink
chore: angular styles for bg
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Dec 11, 2024
1 parent cf478f6 commit d34ca0a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ const activeTab = 0;

<div class="relative">
<div
class="vp-raw border-muted relative flex w-full items-center justify-center rounded-t-lg p-4"
style="background-image: linear-gradient(330deg, var(--purple-9) 0, var(--indigo-9) 100%);"
class="vp-raw border-muted relative flex w-full items-center justify-center rounded-t-lg bg-gradient-to-br from-indigo-800 via-purple-700 to-pink-600 p-4"
>
<div class="light-theme flex w-full max-w-[700px] items-center justify-center py-12 sm:py-[100px]">
<DemoLoaderComponent {...{ name: name, file: file }} client:visible />
Expand Down

0 comments on commit d34ca0a

Please sign in to comment.