diff --git a/components/DraggableWindow.vue b/components/DraggableWindow.vue index 09748e2..f080c2a 100644 --- a/components/DraggableWindow.vue +++ b/components/DraggableWindow.vue @@ -68,13 +68,17 @@ const stopDrag = () => { height: props.height || '300px', }" class="fixed rounded-xl shadow-lg overflow-hidden flex flex-col shadow-lg shadow-xl/30" - :class="props.black ? 'bg-black text-white' : 'bg-white text-black'" + :class=" + props.black + ? 'bg-black text-white border border-white border-t-0' + : 'bg-white text-black' + " >
-

{{ title }}

+

{{ title }}