Skip to content

Commit c6e41d4

Browse files
committed
Adjust notice display
1 parent 8b41b8e commit c6e41d4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

packages/layerchart/src/routes/+layout.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,13 @@
134134

135135
<AppBar title="LayerChart" class="pt-8">
136136
<div
137-
class="fixed top-0 left-0 w-full h-8 bg-primary-700 flex gap-2 items-center justify-center text-sm font-medium"
137+
class="fixed top-0 left-0 w-full h-8 bg-primary-700 border-b border-primary-800/50 shadow flex gap-2 items-center justify-center text-sm font-medium"
138138
>
139139
LayerChart for Svelte 5 has been released! -
140-
<a href="https://next.layerchart.com" class="underline-offset-2 hover:underline">
140+
<a
141+
href="https://next.layerchart.com"
142+
class="font-semibold underline-offset-2 hover:underline"
143+
>
141144
Visit the preview docs <Icon data={mdiArrowTopRight} class="text-xs mt-[-2px]" />
142145
</a>
143146
</div>

0 commit comments

Comments
 (0)