Skip to content

Commit e747c30

Browse files
committed
chore: fix demo header remove border
1 parent ff1d347 commit e747c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • live_react_examples/lib/live_react_examples_web/components/layouts

live_react_examples/lib/live_react_examples_web/components/layouts/app.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<header class="overflow-hidden h-14 sticky top-0 z-50 border-b w-full flex items-center backdrop-blur rounded">
1+
<header class="overflow-hidden h-14 sticky top-0 z-50 w-full flex items-center backdrop-blur">
22
<.border_beam size={100} duration={10} />
33
<div class="flex-1 flex max-w-screen-2xl justify-between px-8">
44
<div class="flex items-center gap-4">

0 commit comments

Comments
 (0)