diff --git a/packages/hoppscotch-common/src/components/http/Request.vue b/packages/hoppscotch-common/src/components/http/Request.vue index 2ee8951f..6afce1bf 100644 --- a/packages/hoppscotch-common/src/components/http/Request.vue +++ b/packages/hoppscotch-common/src/components/http/Request.vue @@ -20,6 +20,9 @@ :value="tab.document.request.method" :readonly="!isCustomMethod" :placeholder="`${t('request.method')}`" + :style="{ + color: getMethodLabelColor(tab.document.request.method), + }" @input="onSelectMethod($event)" />