Skip to content

Commit

Permalink
fix: add border for protocol switch
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 9, 2022
1 parent e3dd9b9 commit 751a918
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ export const SendHeader: React.FC<PropsWithChildren<SendHeaderProps<GrpcMethodTy
>
<Switch
size="md"
bordered
borderWeight="light"
color={
tab.info.methodType !== GrpcMethodType.UNARY &&
tab.info.methodType !== GrpcMethodType.SERVER_STREAMING
Expand Down

0 comments on commit 751a918

Please sign in to comment.