Skip to content

Commit

Permalink
Update window border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
LabhanshAgrawal committed Jan 3, 2023
1 parent 74c70a4 commit f494781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/containers/hyper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Hyper extends React.PureComponent<HyperProps> {
}
.hyper_mainRounded {
border-radius: 5px;
border-radius: 10px;
}
`}
</style>
Expand Down

0 comments on commit f494781

Please sign in to comment.