diff --git a/desktop/src/App.tsx b/desktop/src/App.tsx index ce07977..5aeaf9e 100644 --- a/desktop/src/App.tsx +++ b/desktop/src/App.tsx @@ -108,7 +108,7 @@ function App() { stroke="currentColor" className="w-5 h-5" fill="currentColor" - stroke-width="0" + strokeWidth="0" viewBox="0 0 512 512" height="1em" width="1em" @@ -120,16 +120,16 @@ function App() { x="128" y="128" fill="none" - stroke-linejoin="round" - stroke-width="32" + strokeLinejoin="round" + strokeWidth="32" rx="57" ry="57" > diff --git a/desktop/src/assets/success.svg b/desktop/src/assets/success.svg index 280e340..1e5e4a7 100644 --- a/desktop/src/assets/success.svg +++ b/desktop/src/assets/success.svg @@ -14,7 +14,7 @@ xmlns="http://www.w3.org/2000/svg" stroke="white" stroke-width="2" stroke-miterlimit="10" - stroke-linecap="round" + strokeline="round" stroke-linejoin="round" /> \ No newline at end of file