From 6feea75e459659aa561456027bd4298da6ca8b13 Mon Sep 17 00:00:00 2001 From: tlaloc911 Date: Sat, 29 Mar 2025 20:07:06 -0600 Subject: [PATCH] fix console error Invalid DOM property stroke-width Invalid DOM property `stroke-width`. Did you mean `strokeWidth`? Error Component Stack --- packages/bruno-app/src/components/Icons/Dot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/Icons/Dot/index.js b/packages/bruno-app/src/components/Icons/Dot/index.js index e889bea48..a69a375b1 100644 --- a/packages/bruno-app/src/components/Icons/Dot/index.js +++ b/packages/bruno-app/src/components/Icons/Dot/index.js @@ -8,7 +8,7 @@ const DotIcon = ({ width }) => { className='inline-block' > - + ); };