Skip to content

Commit

Permalink
fix: background colors added for trace, options and head method
Browse files Browse the repository at this point in the history
  • Loading branch information
SB-akshaythakar committed Jun 5, 2024
1 parent 4b6fa29 commit 276ef4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/elements-core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ export const HttpMethodColors = {
put: 'warning',
patch: 'warning',
delete: 'danger',
head: '#9061F9',
options: '#0D5AA7',
trace: '#0D0B28',
} as const;

export const HttpCodeColor = {
Expand Down

0 comments on commit 276ef4d

Please sign in to comment.