1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-24 06:15:48 +02:00

Fix retweeted retweet icon color and size mismatch

This commit is contained in:
chylex 2016-12-24 01:52:01 +01:00
parent 272877d0ed
commit 4e25381770

View File

@ -507,5 +507,7 @@
styleCustom.innerHTML = $TD.customBrowserCSS;
document.head.appendChild(styleCustom);
}
TD.services.TwitterActionRetweetedRetweet.prototype.iconClass = "icon-retweet icon-retweet-color txt-base-medium"; // fix retweet icon mismatch
})();
})($, $TD, TD);