Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrog committed Nov 14, 2024
1 parent 67df76b commit 67d767a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/spor-react/src/alert/ServiceAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const ServiceAlert = ({
</Text>
)}

<AccordionIcon color={styles} />
<AccordionIcon />
</Flex>
</Flex>
</Stack>
Expand All @@ -133,6 +133,10 @@ export const ServiceAlert = ({
p: {
padding: "0.8rem 0",
borderBottom: "0.08rem solid",
borderColor:
variant === "global-deviation"
? "blackAlpha.400"
: "whiteAlpha.400",
},
"p:last-child": {
borderBottom: "none",
Expand Down

0 comments on commit 67d767a

Please sign in to comment.