From c210ea3f8932d7586327109cc10944984fbd8e64 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Tue, 18 Feb 2025 10:41:16 -0500 Subject: [PATCH] fix paginator --- .../components/incrementor/Incrementor.jsx | 6 ++--- .../repl/components/pagination/Pagination.jsx | 2 -- .../src/repl/components/panel/PatternsTab.jsx | 25 +++++++++---------- .../src/repl/components/textbox/Textbox.jsx | 12 +++------ website/tailwind_utils.mjs | 6 ++--- 5 files changed, 22 insertions(+), 29 deletions(-) diff --git a/website/src/repl/components/incrementor/Incrementor.jsx b/website/src/repl/components/incrementor/Incrementor.jsx index 1bad0a8d..43e69865 100644 --- a/website/src/repl/components/incrementor/Incrementor.jsx +++ b/website/src/repl/components/incrementor/Incrementor.jsx @@ -6,7 +6,7 @@ function IncButton({ children, label, className, ...buttonProps }) {