mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update window border radius
This commit is contained in:
parent
74c70a401b
commit
f494781ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class Hyper extends React.PureComponent<HyperProps> {
|
|||
}
|
||||
|
||||
.hyper_mainRounded {
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
`}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue