Skip to content

Commit 045af18

Browse files
committed
fix border radius of inline rainbow in safari
1 parent 6bdcb18 commit 045af18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Speakers/elements.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export const SpeakerPhoto = styled.div`
2222
transition: 0.2s;
2323
line-height: 0;
2424
25+
> ${InlineRainbow} {
26+
border-radius: 100%;
27+
}
28+
2529
&:hover {
2630
transform: scale(1.1) rotate(-5deg);
2731

0 commit comments

Comments
 (0)