Skip to content
Snippets Groups Projects
Commit 2db47fe6 authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

style(IconCard): changed color for svg icon

parent c61013cb
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!190Hin 1141
......@@ -6,7 +6,7 @@ import { IconButton, Label, marginHelper } from './'
const IconCard = ({ label, icon, iconSize, onClick, ...rest }) => (
<Root onClick={onClick} {...rest}>
<IconButton icon={icon} iconSize={iconSize} primary />
<IconButton icon={icon} iconSize={iconSize} />
<Label>{label}</Label>
</Root>
)
......@@ -26,6 +26,9 @@ const Root = styled.div`
height: calc(${th('gridUnit')} * 19);
width: calc(${th('gridUnit')} * 26);
svg {
stroke: ${th('colorPrimary')};
}
${marginHelper};
`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment