diff --git a/src/components/ENSListPage/ENSListPage.css b/src/components/ENSListPage/ENSListPage.css index 9f4f49ecf..4f9ddd9fc 100644 --- a/src/components/ENSListPage/ENSListPage.css +++ b/src/components/ENSListPage/ENSListPage.css @@ -114,7 +114,6 @@ } .ENSListPage .ens-list-btn .Icon.pin { - width: 15px; height: 15px; } diff --git a/src/components/Icon/sprite.css b/src/components/Icon/sprite.css index ae21cd7e2..79e808218 100644 --- a/src/components/Icon/sprite.css +++ b/src/components/Icon/sprite.css @@ -317,7 +317,7 @@ } .Icon.pin { - background: url('icons.svg') 0 70.27027027027027% no-repeat; + background: url('icons.svg') 0 69.27027027027027% no-repeat; width: 24px; height: 24px; }