diff --git a/packages/graph-explorer/src/components/Group.tsx b/packages/graph-explorer/src/components/Group.tsx index e8edb8d50..ceb268809 100644 --- a/packages/graph-explorer/src/components/Group.tsx +++ b/packages/graph-explorer/src/components/Group.tsx @@ -7,7 +7,6 @@ const groupVariants = cva({ variants: { variant: { default: "border-border divide-border", - danger: "border-danger-foreground/25 divide-danger-foreground/25", success: "border-success-foreground/25 divide-success-foreground/25", warning: "border-warning-foreground/25 divide-warning-foreground/25", }, @@ -38,7 +37,7 @@ function GroupHeader({ className, ...props }: React.ComponentProps<"div">) { return (
diff --git a/packages/graph-explorer/src/routes/Settings/ResetCustomStylesButton.tsx b/packages/graph-explorer/src/routes/Settings/ResetCustomStylesButton.tsx index ec90a4cf6..e0dbab1f1 100644 --- a/packages/graph-explorer/src/routes/Settings/ResetCustomStylesButton.tsx +++ b/packages/graph-explorer/src/routes/Settings/ResetCustomStylesButton.tsx @@ -31,9 +31,13 @@ export default function ResetCustomStylesButton() { return ( - diff --git a/packages/graph-explorer/src/routes/Settings/ResetSharedStylesButton.tsx b/packages/graph-explorer/src/routes/Settings/ResetSharedStylesButton.tsx index c66921c8d..134595a48 100644 --- a/packages/graph-explorer/src/routes/Settings/ResetSharedStylesButton.tsx +++ b/packages/graph-explorer/src/routes/Settings/ResetSharedStylesButton.tsx @@ -31,9 +31,13 @@ export default function ResetSharedStylesButton() { return ( - diff --git a/packages/graph-explorer/src/routes/Settings/SaveStylesButton.test.tsx b/packages/graph-explorer/src/routes/Settings/SaveStylesButton.test.tsx index 199e22494..a59830f01 100644 --- a/packages/graph-explorer/src/routes/Settings/SaveStylesButton.test.tsx +++ b/packages/graph-explorer/src/routes/Settings/SaveStylesButton.test.tsx @@ -32,7 +32,7 @@ function renderButton() { } function saveButton() { - return screen.getByRole("button", { name: "Save to File" }); + return screen.getByRole("button", { name: "Save" }); } describe("SaveStylesButton", () => { diff --git a/packages/graph-explorer/src/routes/Settings/SaveStylesButton.tsx b/packages/graph-explorer/src/routes/Settings/SaveStylesButton.tsx index 0bb95748f..02bb38bca 100644 --- a/packages/graph-explorer/src/routes/Settings/SaveStylesButton.tsx +++ b/packages/graph-explorer/src/routes/Settings/SaveStylesButton.tsx @@ -94,7 +94,7 @@ export default function SaveStylesButton() { disabled={isPending} > - Save to File + Save - Style Sharing + Manage Your Styles - + - + - - + - - - - Danger Zone + Manage Shared Styles - + - + +