Skip to content

Commit 7df9a1f

Browse files
committed
revert
1 parent f014e84 commit 7df9a1f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

site/src/components/Avatar/Avatar.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ export const AvatarIcon: FC<AvatarIconProps> = ({ src, alt }) => {
8686
<img
8787
src={src}
8888
alt=""
89-
css={{
90-
maxWidth: "50%",
91-
// filter: "grayscale(100%) contrast(0%)",
92-
filter: "grayscale(100%) contrast(0%) brightness(2)",
93-
}}
89+
css={{ maxWidth: "50%" }}
9490
aria-labelledby={avatarId}
9591
/>
9692
<div id={avatarId} css={{ ...visuallyHidden }}>

0 commit comments

Comments
 (0)