fix: bgm icon css style

This commit is contained in:
zerosoul 2019-10-16 11:21:52 +08:00
parent d3a1e377a1
commit 13f785d054

View File

@ -19,6 +19,9 @@ const StyledWraper = styled.aside`
background: #fff;
padding: 0.3rem;
box-shadow: 0 0 6px black;
display: flex;
justify-content: center;
align-items: center;
audio {
display: none;
}