Update border radius again

This commit is contained in:
Labhansh Agrawal 2023-01-28 15:30:37 +05:30
parent c0fd1559a6
commit a7fecd7ab5

View file

@ -130,7 +130,8 @@ class Hyper extends React.PureComponent<HyperProps> {
} }
.hyper_mainRounded { .hyper_mainRounded {
border-radius: 10px; border-radius: 10.5px;
overflow: hidden;
} }
`} `}
</style> </style>