From a7fecd7ab5a696c8efd865ce95255ea92e434fe6 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Sat, 28 Jan 2023 15:30:37 +0530 Subject: [PATCH] Update border radius again --- lib/containers/hyper.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/containers/hyper.tsx b/lib/containers/hyper.tsx index 696dea4a..cb2606cd 100644 --- a/lib/containers/hyper.tsx +++ b/lib/containers/hyper.tsx @@ -130,7 +130,8 @@ class Hyper extends React.PureComponent { } .hyper_mainRounded { - border-radius: 10px; + border-radius: 10.5px; + overflow: hidden; } `}