We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21427be commit 749d2a4Copy full SHA for 749d2a4
1 file changed
admin/src/pages/LicensePage.jsx
@@ -147,7 +147,7 @@ const PeriodText = styled(Typography)`
147
color: ${(p) => p.theme.colors.neutral600};
148
`;
149
150
-const FeatureText = styled(Typography)<{ $included: boolean }>`
+const FeatureText = styled(Typography)`
151
font-size: 14px;
152
color: ${(p) => p.$included ? p.theme.colors.neutral800 : p.theme.colors.neutral500};
153
text-decoration: ${(p) => p.$included ? 'none' : 'line-through'};
0 commit comments