style: removed background color from agentcard component

- Removed background color from AgentCard component.
This commit is contained in:
kangfenmao 2024-09-23 17:57:32 +08:00
parent 3fbcce3b04
commit 10598d430a

View File

@ -25,7 +25,6 @@ const Container = styled.div`
display: flex;
flex-direction: row;
margin-bottom: 16px;
background-color: var(--color-background-soft);
border: 0.5px solid var(--color-border);
border-radius: 10px;
padding: 15px;