Skip to content

Commit cefdfd4

Browse files
committed
fix tick
1 parent 980e75b commit cefdfd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/dashboard/src/admin/License.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ export default function License() {
5757
features.map((feat: string) => (
5858
<span className="inline-flex">
5959
{featureList?.includes(feat) ? (
60-
<CheckSvg fill="currentColor" className="flex-no-shrink fill-current" />
60+
<CheckSvg fill="currentColor" className="w-4 h-4 mt-1" />
6161
) : (
62-
<XSvg fill="currentColor" className="flex-no-shrink fill-current pt-2" />
62+
<XSvg fill="currentColor" className="pt-1 h-3 mt-1" />
6363
)}
6464
<span>{capitalizeInitials(feat)}</span>
6565
</span>
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)