From f66478b9dad5a46fcb35241b00a14d1979e0478f Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Mon, 24 Feb 2025 22:15:38 -0500 Subject: [PATCH] button hover color --- website/src/repl/components/incrementor/Incrementor.jsx | 2 +- website/src/repl/components/panel/Reference.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/repl/components/incrementor/Incrementor.jsx b/website/src/repl/components/incrementor/Incrementor.jsx index 5f722fb7..0645580d 100644 --- a/website/src/repl/components/incrementor/Incrementor.jsx +++ b/website/src/repl/components/incrementor/Incrementor.jsx @@ -6,7 +6,7 @@ function IncButton({ children, className, ...buttonProps }) {