mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
style(chat-input): light gray input surface to match reference
This commit is contained in:
@@ -313,7 +313,7 @@ export const ChatInputView: FC<{}> = props =>
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
createPortal(
|
createPortal(
|
||||||
<div className="nitro-chat-input-container relative flex h-[38px] w-full items-center justify-between gap-[6px] overflow-visible rounded-[12px] border-2 border-black bg-white pl-[8px] pr-[8px]">
|
<div className="nitro-chat-input-container relative flex h-[38px] w-full items-center justify-between gap-[6px] overflow-visible rounded-[12px] border-2 border-black bg-[#dcdcdc] pl-[8px] pr-[8px]">
|
||||||
{ commandSelectorVisible &&
|
{ commandSelectorVisible &&
|
||||||
<ChatInputCommandSelectorView
|
<ChatInputCommandSelectorView
|
||||||
commands={ filteredCommands }
|
commands={ filteredCommands }
|
||||||
|
|||||||
Reference in New Issue
Block a user