mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 02:24:44 +03:00
fix(Jumpers/EditSlates): update users icon size
This commit is contained in:
parent
e522910d16
commit
e492e65240
@ -435,8 +435,8 @@ const ComboboxSlatesMenuButton = ({
|
||||
>
|
||||
<div>
|
||||
{hasPublicIcon && (
|
||||
<div style={{ position: "absolute", left: "8px", top: "9x" }}>
|
||||
<SVG.Users width={20} height={20} />
|
||||
<div style={{ position: "absolute", padding: "2px", left: "8px", top: "9x" }}>
|
||||
<SVG.Users width={16} height={16} />
|
||||
</div>
|
||||
)}
|
||||
<System.H5
|
||||
|
Loading…
Reference in New Issue
Block a user