style: selected block border radius
This commit is contained in:
parent
1ab5955ada
commit
d8235f3cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ function SelectedBlock() {
|
|||
<TooltipProvider>
|
||||
<Tooltip delayDuration={0}>
|
||||
<TooltipTrigger asChild>
|
||||
<div ref={divRef} className="absolute bottom-1 w-8 h-8 outline outline-1 outline-zinc-800 dark:outline-zinc-200">
|
||||
<div ref={divRef} className="absolute bottom-1 w-8 h-8 outline outline-1 outline-zinc-800 dark:outline-zinc-200 rounded">
|
||||
<Stage width={divRef.current?.clientWidth} height={divRef.current?.clientHeight}>
|
||||
<Container>
|
||||
<Sprite texture={textures[selectedBlock] ?? missingTexture} scale={2} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue