From bb61028415ac73e79e80b55bcadd2124e061f235 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 04:01:07 +0530 Subject: [PATCH] feat: remove custom border radius --- ui/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index f01d7319..0fd47b27 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -8,7 +8,6 @@ const App = () => ( theme={{ token: { colorPrimary: '#ff00c3', - borderRadius: 2, }, }} >