Fix form label color in sidesheet for editing a table

This commit is contained in:
1ilit 2024-04-10 05:22:10 +03:00
parent 21ed333f7d
commit 6ab13a70d2

View File

@ -246,7 +246,9 @@ export default function Table(props) {
}
style={{ paddingBottom: "16px" }}
>
<div className="sidesheet-theme">
<TableInfo data={tableData} />
</div>
</SideSheet>
</>
);