From f494781ff22171cb4ab6081dbd6f71b13ae5f9a3 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Wed, 4 Jan 2023 02:53:56 +0530 Subject: [PATCH] Update window border radius --- lib/containers/hyper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/containers/hyper.tsx b/lib/containers/hyper.tsx index 86bc9889bac5..696dea4abebb 100644 --- a/lib/containers/hyper.tsx +++ b/lib/containers/hyper.tsx @@ -130,7 +130,7 @@ class Hyper extends React.PureComponent { } .hyper_mainRounded { - border-radius: 5px; + border-radius: 10px; } `}