Skip to content

Commit 04ec817

Browse files
authored
Change group card font size
1 parent b37cff8 commit 04ec817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/GroupLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class GroupLink extends LinkToState {
7676
text1.textWrapping = TextWrapping.WordWrap;
7777
text1.resizeToFit = true;
7878
text1.color = "white";
79-
text1.fontSize = 140;
79+
text1.fontSize = 90;
8080
button.content = text1;
8181

8282
button.isVisible = false;

0 commit comments

Comments
 (0)