Skip to content

Commit

Permalink
style: removed background color from agentcard component
Browse files Browse the repository at this point in the history
- Removed background color from AgentCard component.
  • Loading branch information
kangfenmao committed Sep 23, 2024
1 parent c1e6289 commit 55869e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/pages/agents/components/AgentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 55869e7

Please sign in to comment.