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