diff --git a/packages/hoppscotch-app/components/http/BodyParameters.vue b/packages/hoppscotch-app/components/http/BodyParameters.vue
index 20fd9b47..ba1187b2 100644
--- a/packages/hoppscotch-app/components/http/BodyParameters.vue
+++ b/packages/hoppscotch-app/components/http/BodyParameters.vue
@@ -54,13 +54,12 @@
/>
@@ -85,21 +84,17 @@
/>
-
-
-
@@ -268,8 +242,7 @@ export default defineComponent({
.file-chips-wrapper {
@apply flex;
- @apply px-4;
- @apply py-1;
+ @apply p-1;
@apply w-0;
}
}
diff --git a/packages/hoppscotch-app/components/smart/DeletableChip.vue b/packages/hoppscotch-app/components/smart/FileChip.vue
similarity index 60%
rename from packages/hoppscotch-app/components/smart/DeletableChip.vue
rename to packages/hoppscotch-app/components/smart/FileChip.vue
index a244a17a..6fe91b22 100644
--- a/packages/hoppscotch-app/components/smart/DeletableChip.vue
+++ b/packages/hoppscotch-app/components/smart/FileChip.vue
@@ -1,12 +1,7 @@
attachment
-
-
+
@@ -21,8 +16,4 @@
@apply bg-transparent;
@apply border border-divider;
}
-
-.close-button {
- @apply p-0.5;
-}