Skip to content

Commit

Permalink
(style) endpoint page risk tag
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 committed Sep 6, 2022
1 parent e8f309b commit 3cab5e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Endpoint/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const EndpointOverview: React.FC<EndpointOverviewProps> = React.memo(
<GridItem>
<DataHeading>Risk Score</DataHeading>
<Badge
p="1"
py="1"
px="2"
fontSize="sm"
colorScheme={RISK_TO_COLOR[endpoint.riskScore]}
pointerEvents="none"
Expand Down

0 comments on commit 3cab5e0

Please sign in to comment.