Skip to content

Commit

Permalink
fix: add theme transition
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Sep 20, 2024
1 parent eecd7c0 commit b24d382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo/src/components/Github.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export function Github() {
return (
<a
href="https://github.com/stackblitz/tutorialkit/tree/main/docs/demo"
className="flex items-center text-2xl text-tk-elements-topBar-iconButton-iconColor hover:text-tk-elements-topBar-iconButton-iconColorHover bg-tk-elements-topBar-iconButton-backgroundColor hover:bg-tk-elements-topBar-iconButton-backgroundColorHover p-1 rounded-md"
className="flex items-center text-2xl text-tk-elements-topBar-iconButton-iconColor hover:text-tk-elements-topBar-iconButton-iconColorHover bg-tk-elements-topBar-iconButton-backgroundColor hover:bg-tk-elements-topBar-iconButton-backgroundColorHover p-1 mr-2 transition-theme rounded-md"
title="Github"
>
<svg
Expand Down

0 comments on commit b24d382

Please sign in to comment.