We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d676436 commit 46e47a0Copy full SHA for 46e47a0
src/custom/CustomCatalog/style.tsx
@@ -101,6 +101,7 @@ export const DesignCard = styled('div')<DesignCardProps>(
101
})
102
);
103
104
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
105
export const DesignInnerCard = styled('div')<DesignCardDivProps>(({ shouldFlip, isDetailed }) => ({
106
position: 'relative',
107
width: '100%',
0 commit comments