Skip to content

Commit 42173d4

Browse files
authored
move bg color of header out of custom class (#2642)
1 parent e868057 commit 42173d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/layouts/workflow-history-layout.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</div>
9393
<div class="relative px-2 pb-24 md:px-4 lg:px-8">
9494
<div
95-
class="flex items-center justify-between gap-2 py-2 xl:gap-8"
95+
class="flex items-center justify-between gap-2 bg-off-white/50 py-2 xl:gap-8 dark:bg-space-black/50"
9696
class:sticky-header={!$minimizeEventView}
9797
>
9898
<h2>
@@ -158,6 +158,6 @@
158158

159159
<style lang="postcss">
160160
.sticky-header {
161-
@apply sticky top-0 z-30 border-b border-subtle bg-off-white/50 md:top-12 dark:bg-space-black/50;
161+
@apply sticky top-0 z-30 border-b border-subtle md:top-12;
162162
}
163163
</style>

0 commit comments

Comments
 (0)