diff --git a/src/components/quickcommandUI/TextArea.vue b/src/components/quickcommandUI/TextArea.vue
index 59e796c..664f239 100644
--- a/src/components/quickcommandUI/TextArea.vue
+++ b/src/components/quickcommandUI/TextArea.vue
@@ -8,26 +8,23 @@
class="fixed"
:style="{
top: 0,
- bottom: '36px',
+ bottom: 0,
left: 0,
right: 0,
background: '#00000000',
color: $q.dark.isActive ? 'white' : 'black',
fontSize: '16px',
outline: 'none',
+ border: '3px solid #3577cb',
+ borderRadius: '5px',
}"
/>
-
-
-
-
+
+
+