Skip to content

Commit a4fac30

Browse files
committed
next: fixed logo
1 parent 6bb35d3 commit a4fac30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Exceptionless.Web/ClientApp/src/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@import 'tailwindcss';
22
@import 'tw-animate-css';
33

4+
@custom-variant dark (&:where(.dark, .dark *));
5+
46
/*
57
The default border color has changed to `currentcolor` in Tailwind CSS v4,
68
so we've added these compatibility styles to make sure everything still

src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/logo.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
</script>
1010

1111
<img alt="Exceptionless Logo" class={cn('mx-auto h-[100px] dark:hidden', className)} src={logo} {...props} />
12-
<img alt="Exceptionless Logo" class={cn('primary-foreground mx-auto hidden h-[100px] dark:block', className)} src={logoDark} {...props} />
12+
<img alt="Exceptionless Logo" class={cn('mx-auto h-[100px] hidden dark:block', className)} src={logoDark} {...props} />

0 commit comments

Comments
 (0)