File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function WorkflowFooterBanner() {
72
72
className = "group text-md lg:text-md whitespace-nowrap flex group hover:cursor-pointer transition items-center"
73
73
>
74
74
< div className = "dark:hidden" >
75
- < TriggerDevLogoDark className = "flex w-24 mr-2 mt-0.5" />
75
+ < TriggerDevLogoDark className = "flex w-24 mr-2 mt-0.5 pr-1 " />
76
76
</ div >
77
77
< div className = "dark:block hidden" >
78
78
< TriggerDevLogo className = "flex w-24 mr-2 mt-0.5" />
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ async function getThemeSession(request: Request) {
20
20
return {
21
21
getTheme : ( ) => {
22
22
const themeValue = session . get ( "theme" ) ;
23
- return isTheme ( themeValue ) ? themeValue : "light " ;
23
+ return isTheme ( themeValue ) ? themeValue : "dark " ;
24
24
} ,
25
25
setTheme : ( theme : Theme ) => session . set ( "theme" , theme ) ,
26
26
commit : ( ) => themeStorage . commitSession ( session ) ,
You can’t perform that action at this time.
0 commit comments