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 980e75b commit cefdfd4Copy full SHA for cefdfd4
components/dashboard/src/admin/License.tsx
@@ -57,9 +57,9 @@ export default function License() {
57
features.map((feat: string) => (
58
<span className="inline-flex">
59
{featureList?.includes(feat) ? (
60
- <CheckSvg fill="currentColor" className="flex-no-shrink fill-current" />
+ <CheckSvg fill="currentColor" className="w-4 h-4 mt-1" />
61
) : (
62
- <XSvg fill="currentColor" className="flex-no-shrink fill-current pt-2" />
+ <XSvg fill="currentColor" className="pt-1 h-3 mt-1" />
63
)}
64
<span>{capitalizeInitials(feat)}</span>
65
</span>
components/dashboard/src/images/check.svg
0 commit comments