diff --git a/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/AddPipelineButton.tsx b/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/AddPipelineButton.tsx index a38a81f08..88908506d 100644 --- a/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/AddPipelineButton.tsx +++ b/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/AddPipelineButton.tsx @@ -204,7 +204,7 @@ const AddPipelineButton = () => { return ( - diff --git a/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/CopyPipelineButton.tsx b/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/CopyPipelineButton.tsx index 86ccb2b26..47c124e21 100644 --- a/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/CopyPipelineButton.tsx +++ b/tools/visual-pipeline-and-platform-evaluation-tool/ui/src/components/shared/CopyPipelineButton.tsx @@ -130,7 +130,7 @@ const CopyPipelineButton = ({ setName(`Copy of ${baseName} [${e.target.value}]`); } }} - className="w-full px-3 py-2 border" + className="w-full px-3 py-2 border bg-background" > {tags.map((tag) => (