mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
size
This commit is contained in:
parent
28ac708904
commit
c4e78cd3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ export const useApplyButtonHTML = ({ codeStr, applyBoxId, uri }: { codeStr: stri
|
|||
</>
|
||||
}
|
||||
|
||||
const statusIndicatorHTML = <div className='flex flex-row items-center size-4'>
|
||||
const statusIndicatorHTML = <div className='flex flex-row items-center min-h-4 max-h-4 min-w-4 max-w-4'>
|
||||
<div
|
||||
className={` size-1.5 rounded-full border
|
||||
${currStreamState === 'idle-no-changes' ? 'bg-void-bg-3 border-void-border-1' :
|
||||
|
|
|
|||
Loading…
Reference in a new issue