Spaces:
Running
Running
gpt-engineer-app[bot]
commited on
Commit
·
7fbade2
1
Parent(s):
5841bd7
Increase "Visit website" font size
Browse filesIncrease 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-
|
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
|