Skip to content

Commit 7f73140

Browse files
committed
fix: Render GH logo on new app in light-mode properly
1 parent 1f13b87 commit 7f73140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/instance/applications/components/NewApplication/TemplateInstructions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function TemplateInstructions({
6060
<img
6161
src="/github/GitHub_Lockup_White.svg"
6262
alt="GitHub"
63-
className="h-4"
63+
className="h-4 invert dark:invert-0"
6464
/>
6565
</a>
6666
</div>

0 commit comments

Comments
 (0)