@@ -434,7 +434,7 @@ const List = (editType) => {
{editType.edit == "true" && (<Button
appearance="subtle"
icon={<Add16Filled />}
- style={{ color: "#ca5010" }}
+ style={{ color: "var(--colorBrandBackground)" }}
onClick={() => {
AddNewRow();
}}