mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
Merge pull request #2564 from urbit/mp/link-sigil-size
links: adjust sigil size to 38
This commit is contained in:
commit
a88ced01af
@ -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" : "")}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user