Damir Melnikov

Results 1 issues of Damir Melnikov

Hi! I'm using this example from DOCs: ```javascript const Link = styled.a` display: flex; align-items: center; padding: 5px 10px; background: papayawhip; color: palevioletred; `; const Icon = styled.svg` flex: none;...