Fix form label color in sidesheet for editing a table
This commit is contained in:
parent
21ed333f7d
commit
6ab13a70d2
@ -246,7 +246,9 @@ export default function Table(props) {
|
|||||||
}
|
}
|
||||||
style={{ paddingBottom: "16px" }}
|
style={{ paddingBottom: "16px" }}
|
||||||
>
|
>
|
||||||
|
<div className="sidesheet-theme">
|
||||||
<TableInfo data={tableData} />
|
<TableInfo data={tableData} />
|
||||||
|
</div>
|
||||||
</SideSheet>
|
</SideSheet>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user