mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
fix: tiny screen cmdk size
This commit is contained in:
@@ -178,7 +178,7 @@ export function CmdkDialog() {
|
||||
|
||||
return (
|
||||
<Dialog className="fixed top-1/4 left-1/2 z-50 -translate-x-1/2" state={dialog}>
|
||||
<Command label="Command Menu" className="bg-dark-300 w-lg rounded">
|
||||
<Command label="Command Menu" className="bg-dark-300 min-w-xs sm:min-w-lg rounded">
|
||||
<Command.Input
|
||||
className="bg-dark-300 caret-blurple mt-4 w-full border-0 p-4 pt-0 text-lg outline-0"
|
||||
placeholder="Type to search..."
|
||||
|
||||
Reference in New Issue
Block a user