File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Exceptionless.Web/ClientApp/src
lib/features/shared/components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
@import 'tailwindcss' ;
2
2
@import 'tw-animate-css' ;
3
3
4
+ @custom-variant dark (& : where (.dark , .dark * ));
5
+
4
6
/*
5
7
The default border color has changed to `currentcolor` in Tailwind CSS v4,
6
8
so we've added these compatibility styles to make sure everything still
Original file line number Diff line number Diff line change 9
9
</script >
10
10
11
11
<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 } />
You can’t perform that action at this time.
0 commit comments