diff --git a/components/Button/index.scss b/components/Button/index.scss index c240aaad..e0527b66 100644 --- a/components/Button/index.scss +++ b/components/Button/index.scss @@ -65,7 +65,7 @@ &.Save { color: #ff4d4d; - .Accessory svg { + &.Active .Accessory svg { fill: #ff4d4d; stroke: #ff4d4d; } diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index 6c0990ad..f9a50e3f 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -150,13 +150,10 @@ const GridRep = (props: Props) => { const linkedAttribution = () => ( - + {userImage()} {props.user ? props.user.username : t('no_user')} - + ) @@ -214,16 +211,14 @@ const GridRep = (props: Props) => { ((props.user && account.user && account.user.id !== props.user.id) || !props.user) ? ( - -