mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): tweak bbox styling
This commit is contained in:
parent
6c0481ef51
commit
de7ecc8e3e
@ -34,7 +34,7 @@ export const LayerBoundingBox = ({ layerId }: Props) => {
|
||||
return (
|
||||
<KonvaRect
|
||||
onMouseDown={onMouseDown}
|
||||
stroke={selectedLayer === layerId ? 'rgba(0, 238, 255, 1)' : 'rgba(255,255,255,0.3)'}
|
||||
stroke={selectedLayer === layerId ? 'rgba(153, 187, 189, 1)' : 'rgba(255, 255, 255, 0.149)'}
|
||||
strokeWidth={1}
|
||||
x={bbox.x}
|
||||
y={bbox.y}
|
||||
|
Loading…
Reference in New Issue
Block a user