diff --git a/README.md b/README.md index 05552aa..b2d6778 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@  -App Design: [Freeform](https://www.icloud.com/freeform/026AxB798cViZ9jJ2DkNsXUCQ#Untitled_5) +App Design: [PDF Document](/design.pdf) ## Why? diff --git a/components/DraggableWindow.vue b/components/DraggableWindow.vue index 3821657..f31c591 100644 --- a/components/DraggableWindow.vue +++ b/components/DraggableWindow.vue @@ -66,7 +66,7 @@ const stopDrag = () => { width: props.width || '400px', height: props.height || '300px', }" - class="fixed bg-white dark:bg-gray-800 rounded-md shadow-lg overflow-hidden flex flex-col shadow-lg shadow-xl/30" + class="fixed bg-white dark:bg-gray-800 rounded-xl shadow-lg overflow-hidden flex flex-col shadow-lg shadow-xl/30" >