feat: remove the background behind the system cards

This commit is contained in:
Spectralitree 2021-12-11 19:10:35 +01:00
parent c07147ec65
commit be1a2423f9

View File

@ -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>