Skip to content

Commit f494781

Browse files
Update window border radius
1 parent 74c70a4 commit f494781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/containers/hyper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Hyper extends React.PureComponent<HyperProps> {
130130
}
131131
132132
.hyper_mainRounded {
133-
border-radius: 5px;
133+
border-radius: 10px;
134134
}
135135
`}
136136
</style>

0 commit comments

Comments
 (0)