Skip to content

Commit a7fecd7

Browse files
Update border radius again
1 parent c0fd155 commit a7fecd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/containers/hyper.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ class Hyper extends React.PureComponent<HyperProps> {
130130
}
131131
132132
.hyper_mainRounded {
133-
border-radius: 10px;
133+
border-radius: 10.5px;
134+
overflow: hidden;
134135
}
135136
`}
136137
</style>

0 commit comments

Comments
 (0)