making button font smaller

This commit is contained in:
2023-08-27 19:35:49 +02:00
parent 1e0a0d1268
commit 13300b698e

View File

@ -28,7 +28,7 @@ const samples_to_markdown = (application: Editor) => {
markdownList += `
<button
class="hover:bg-neutral-500 inline px-4 py-2 bg-neutral-700 text-orange-300 text-2xl"
class="hover:bg-neutral-500 inline px-4 py-2 bg-neutral-700 text-orange-300 text-xl"
onclick="app.api._playDocExample(app.api.codeExamples['${codeId}'])"
>
${keys[i]}