feat(HTTP Request Node): Update icon and default color (#7572)

extracted from https://github.com/n8n-io/n8n/pull/7157

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-11-01 17:35:47 +01:00
committed by GitHub
parent 1d81afcbdf
commit ff279ab411
3 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ import {
import type { OptionsWithUri } from 'request-promise-native';
import type { BodyParameter, IAuthDataSanitizeKeys } from '../GenericFunctions';
import {
binaryContentTypes,
getOAuth2AdditionalParameters,
@@ -52,7 +51,7 @@ export class HttpRequestV3 implements INodeType {
version: [3, 4, 4.1],
defaults: {
name: 'HTTP Request',
color: '#2200DD',
color: '#0004F5',
},
inputs: ['main'],
outputs: ['main'],