Merge pull request #2564 from urbit/mp/link-sigil-size

links: adjust sigil size to 38
This commit is contained in:
ixv 2020-03-24 15:01:12 -07:00 committed by GitHub
commit a88ced01af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ export class LinkItem extends Component {
<div className="w-100 pv3 flex bg-white bg-gray0-d">
<Sigil
ship={"~" + props.ship}
size={36}
size={38}
color={"#" + props.color}
classes={(member ? "mix-blend-diff" : "")}
/>