From 6f5f8cc7d8b6043e66d9a8680054edffff653701 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 1 Feb 2023 22:30:24 +0100 Subject: [PATCH] fix: minirepl styles --- packages/react/src/components/Icon.tsx | 2 +- packages/react/src/components/MiniRepl.jsx | 4 ++-- website/src/docs/MiniRepl.astro | 1 - website/src/repl/Repl.css | 2 -- website/src/styles/index.css | 2 -- website/tailwind.config.cjs | 5 ++++- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/packages/react/src/components/Icon.tsx b/packages/react/src/components/Icon.tsx index 28a8a374..24ec8786 100644 --- a/packages/react/src/components/Icon.tsx +++ b/packages/react/src/components/Icon.tsx @@ -2,7 +2,7 @@ import React from 'react'; export function Icon({ type }) { return ( - + { { refresh: ( diff --git a/packages/react/src/components/MiniRepl.jsx b/packages/react/src/components/MiniRepl.jsx index 6b647dfb..fd803ac1 100644 --- a/packages/react/src/components/MiniRepl.jsx +++ b/packages/react/src/components/MiniRepl.jsx @@ -101,7 +101,7 @@ export function MiniRepl({ tune, hideOutsideView = false, enableKeyboard, drawTi
-