refac: styling

This commit is contained in:
Timothy J. Baek
2024-10-20 23:53:36 -07:00
parent cd8271eb95
commit f27c0f7dcf
3 changed files with 44 additions and 76 deletions

View File

@@ -36,12 +36,13 @@
</div>
</button>
</div>
<div class="flex items-center text-xl font-semibold">{$i18n.t('Playground')}</div>
<div class="flex items-center text-xl font-semibold">
{$i18n.t('Playground')}
<span class=" text-xs font-normal text-gray-500 self-center ml-1">{$i18n.t('(Beta)')}</span>
</div>
</div>
</div>
<hr class=" my-2 dark:border-gray-850" />
<div class=" py-1 px-5 flex-1 max-h-full overflow-y-auto">
<slot />
</div>