Skip to content

Commit c56d930

Browse files
committed
No zoom
1 parent 230be58 commit c56d930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-concepts/themes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const ThemeCard = ({ title, value, description, href }) => {
99
return (
1010
<a className="mt-4 gap-10 group cursor-pointer" href={href}>
1111
<div>
12-
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all block dark:hidden" src={`/images/themes/${value}-light.png`} alt={title} />
13-
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all hidden dark:block" src={`/images/themes/${value}-dark.png`} alt={title} />
12+
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all block dark:hidden" src={`/images/themes/${value}-light.png`} alt={title} noZoom />
13+
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all hidden dark:block" src={`/images/themes/${value}-dark.png`} alt={title} noZoom />
1414
</div>
1515
<div>
1616
<div className="mt-4 flex space-x-2 items-center">

0 commit comments

Comments
 (0)