Skip to content

Commit

Permalink
chore(styles): add missing padding
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Nov 18, 2024
1 parent 93bca98 commit 7618a70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function SettingsTabs({
onChange={(tabId) => setActiveTab(tabId)}
>
{(activeTab) => (
<>
<div className='p-6'>
{activeTab === 'sdk' && (
<JavascriptUsage
apiKey={apiKeys[0]?.token}
Expand All @@ -56,7 +56,7 @@ export function SettingsTabs({
parameters={parameters}
/>
)}
</>
</div>
)}
</Tabs>
)
Expand Down

0 comments on commit 7618a70

Please sign in to comment.