| import styled from 'styled-components'; | |
| import NormalIssueIcon from 'components/IssueIcon'; | |
| const IssueIcon = styled(NormalIssueIcon)` | |
| fill: #ccc; | |
| margin-right: 0.25em; | |
| `; | |
| export default IssueIcon; | |
| import styled from 'styled-components'; | |
| import NormalIssueIcon from 'components/IssueIcon'; | |
| const IssueIcon = styled(NormalIssueIcon)` | |
| fill: #ccc; | |
| margin-right: 0.25em; | |
| `; | |
| export default IssueIcon; | |