diff --git a/src/components/OutputsTable/index.tsx b/src/components/OutputsTable/index.tsx index c5d56b4..e5bc185 100644 --- a/src/components/OutputsTable/index.tsx +++ b/src/components/OutputsTable/index.tsx @@ -1,4 +1,4 @@ -import { Center, Grid, GridItem, type SystemStyleObject } from "@chakra-ui/react"; +import { Box, Grid, GridItem, type SystemStyleObject } from "@chakra-ui/react"; import React, { useState } from "react"; import { api } from "~/utils/api"; import NewScenarioButton from "./NewScenarioButton"; @@ -42,9 +42,9 @@ const ScenarioRow = (props: { scenario: Scenario; variants: PromptVariant[] }) = onMouseLeave={() => setIsHovered(false)} sx={isHovered ? highlightStyle : undefined} > -
+ -
+ ))}