Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: wrapper styles in plugin section for plugin extension (#317)
Browse files Browse the repository at this point in the history
update styles in plugin section
  • Loading branch information
KaWaite committed Sep 15, 2022
1 parent 2eb89ab commit 235440f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -73,7 +73,7 @@ const PluginSection: React.FC<Props> = ({
<TabSection<PluginTabs> selected="Marketplace" menuAlignment="top" headers={tabHeaders}>
{{
Marketplace: (
<Box p="2xl">
<Box pv="2xl">
{accessToken &&
extensions?.library?.map(ext => (
<ext.component
Expand All @@ -89,7 +89,7 @@ const PluginSection: React.FC<Props> = ({
</Box>
),
Public: (
<Box p="2xl">
<Box>
{accessToken &&
extensions?.installed?.map(ext => (
<ext.component
Expand Down

0 comments on commit 235440f

Please sign in to comment.