mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
ux
This commit is contained in:
parent
c689dcad12
commit
19313c7e5d
1 changed files with 3 additions and 4 deletions
|
|
@ -756,12 +756,11 @@ const ToolHeaderWrapper = ({
|
||||||
<div className="flex items-center gap-x-2 flex-shrink-0">
|
<div className="flex items-center gap-x-2 flex-shrink-0">
|
||||||
|
|
||||||
{info && <CircleEllipsis
|
{info && <CircleEllipsis
|
||||||
className='ml-2 text-void-fg-4 opacity-80 flex-shrink-0 stroke-1'
|
className='ml-2 text-void-fg-4 opacity-60 flex-shrink-0'
|
||||||
size={14}
|
size={14}
|
||||||
data-tooltip-id='void-tooltip'
|
data-tooltip-id='void-tooltip'
|
||||||
data-tooltip-content={info}
|
data-tooltip-content={info}
|
||||||
data-tooltip-place='top-end'
|
data-tooltip-place='top-end'
|
||||||
data-tooltip-delay-show={1000}
|
|
||||||
/>}
|
/>}
|
||||||
|
|
||||||
{isError && <AlertTriangle
|
{isError && <AlertTriangle
|
||||||
|
|
@ -2594,7 +2593,7 @@ const CommandBarInChat = () => {
|
||||||
<div
|
<div
|
||||||
className={`
|
className={`
|
||||||
select-none
|
select-none
|
||||||
flex w-full rounded-t-lg bg-void-bg-3
|
flex w-full rounded-t-lg bg-void-bg-1
|
||||||
text-void-fg-3 text-xs text-nowrap
|
text-void-fg-3 text-xs text-nowrap
|
||||||
|
|
||||||
overflow-hidden transition-all duration-200 ease-in-out
|
overflow-hidden transition-all duration-200 ease-in-out
|
||||||
|
|
@ -2608,7 +2607,7 @@ const CommandBarInChat = () => {
|
||||||
<div
|
<div
|
||||||
className={`
|
className={`
|
||||||
select-none
|
select-none
|
||||||
flex w-full rounded-t-lg bg-void-bg-3
|
flex w-full rounded-t-lg bg-void-bg-1
|
||||||
text-void-fg-3 text-xs text-nowrap
|
text-void-fg-3 text-xs text-nowrap
|
||||||
border-t border-l border-r border-zinc-300/10
|
border-t border-l border-r border-zinc-300/10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue