gpt-engineer-app[bot] commited on
Commit
7fbade2
·
1 Parent(s): 5841bd7

Increase "Visit website" font size

Browse files

Increase the font size of the "Visit website" button to match the font size used for other information in the conference dialog.

src/components/ConferenceDialog.tsx CHANGED
@@ -186,7 +186,7 @@ END:VCALENDAR`;
186
  <Button
187
  variant="ghost"
188
  size="sm"
189
- className="text-sm text-primary hover:underline"
190
  asChild
191
  >
192
  <a
 
186
  <Button
187
  variant="ghost"
188
  size="sm"
189
+ className="text-base text-primary hover:underline p-0"
190
  asChild
191
  >
192
  <a