Skip to content

Commit 78d0b22

Browse files
committed
fixing the font size
1 parent 209c403 commit 78d0b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/admin/License.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function isGitpodIo() {
169169

170170
function Card(p: { className?: string; children?: React.ReactNode }) {
171171
return (
172-
<div className={"flex rounded-xl font-semibold text-sm w-72 h-64 px-4 " + (p.className || "")}>
172+
<div className={"flex rounded-xl font-semibold text-base w-72 h-64 px-4 " + (p.className || "")}>
173173
<span>{p.children}</span>
174174
</div>
175175
);

0 commit comments

Comments
 (0)