docs(Header): hide color mode button on mobile

This commit is contained in:
Benjamin Canac
2024-12-03 10:54:19 +01:00
parent 547c657ee7
commit c6b2ae45e5

View File

@@ -47,7 +47,7 @@
<UContentSearchButton :label="null" />
</UTooltip>
<UColorModeButton />
<UColorModeButton class="hidden lg:inline-flex" />
<UButton
to="https://github.com/nuxt/ui/tree/dev"