We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37cff8 commit 04ec817Copy full SHA for 04ec817
src/Models/GroupLink.ts
@@ -76,7 +76,7 @@ export class GroupLink extends LinkToState {
76
text1.textWrapping = TextWrapping.WordWrap;
77
text1.resizeToFit = true;
78
text1.color = "white";
79
- text1.fontSize = 140;
+ text1.fontSize = 90;
80
button.content = text1;
81
82
button.isVisible = false;
0 commit comments