From 7622c2a29f8a6c3e108d505d5e536aabdcbabb4f Mon Sep 17 00:00:00 2001 From: Aryan Raj Date: Mon, 14 Oct 2024 20:49:55 +0530 Subject: [PATCH] conflict check --- library/src/containers/Sidebar/Sidebar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/library/src/containers/Sidebar/Sidebar.tsx b/library/src/containers/Sidebar/Sidebar.tsx index 48a93e1c..d759cbe6 100644 --- a/library/src/containers/Sidebar/Sidebar.tsx +++ b/library/src/containers/Sidebar/Sidebar.tsx @@ -348,7 +348,12 @@ const OperationItem: React.FunctionComponent = ({ config, isAsyncAPIv2, }); - const bgColors = ['bg-red-600', 'bg-orange-600', 'bg-green-600']; + const bgColors = [ + 'bg-red-600', + 'bg-orange-600', + 'bg-green-600', + 'bg-blue-600' + ]; return (