From 0a8b4fb912cbee1368198b9f42417ec738c661ca Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Wed, 4 Mar 2026 19:32:19 -0300 Subject: [PATCH] feat: enhance board selector styles for improved usability and appearance --- .../components-wokwi/NanoRP2040.tsx | 1 + .../components/simulator/SimulatorCanvas.css | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/frontend/src/components/components-wokwi/NanoRP2040.tsx b/frontend/src/components/components-wokwi/NanoRP2040.tsx index 83224938..39f647b9 100644 --- a/frontend/src/components/components-wokwi/NanoRP2040.tsx +++ b/frontend/src/components/components-wokwi/NanoRP2040.tsx @@ -23,6 +23,7 @@ export const NanoRP2040 = ({ }, [ledBuiltIn]); return ( + // @ts-expect-error -- wokwi-nano-rp2040-connect is a custom element not in base JSX types