Skip to content

Commit

Permalink
fix: add noBorder prop to CardFlex in SetupYourAgent component
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Feb 4, 2025
1 parent 10a66ce commit afa5d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const SetupYourAgent = () => {

return (
<ConfigProvider theme={LOCAL_FORM_THEME}>
<CardFlex gap={10} styles={{ body: { padding: '12px 24px' } }}>
<CardFlex gap={10} styles={{ body: { padding: '12px 24px' } }} noBorder>
<SetupCreateHeader prev={SetupScreen.AgentIntroduction} />
<Title level={3}>Set up your agent</Title>

Expand Down

0 comments on commit afa5d55

Please sign in to comment.