feat: remove the background behind the system cards
This commit is contained in:
parent
c07147ec65
commit
be1a2423f9
@ -70,14 +70,10 @@
|
|||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={10}>
|
||||||
<TabContent class="mt-3">
|
<TabContent class="mt-3">
|
||||||
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
||||||
<Card style="border-radius: 0; border: none;">
|
|
||||||
<System bind:user={user} bind:isPublic={isPublic} />
|
<System bind:user={user} bind:isPublic={isPublic} />
|
||||||
</Card>
|
|
||||||
</TabPane>
|
</TabPane>
|
||||||
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
||||||
<Card style="border-radius: 0; border: none;">
|
|
||||||
alo
|
alo
|
||||||
</Card>
|
|
||||||
</TabPane>
|
</TabPane>
|
||||||
</TabContent>
|
</TabContent>
|
||||||
</Col>
|
</Col>
|
||||||
|
Loading…
Reference in New Issue
Block a user