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