Update window border radius

This commit is contained in:
Labhansh Agrawal 2023-01-04 02:53:56 +05:30
parent 74c70a401b
commit f494781ff2

View file

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