diff --git a/com.twin.app.shoptime/assets/images/icons/ic-pop-conts-go-hov-new.png b/com.twin.app.shoptime/assets/images/icons/ic-pop-conts-go-hov-new.png new file mode 100644 index 00000000..44c132a4 Binary files /dev/null and b/com.twin.app.shoptime/assets/images/icons/ic-pop-conts-go-hov-new.png differ diff --git a/com.twin.app.shoptime/src/components/TButton/TButton.module.less b/com.twin.app.shoptime/src/components/TButton/TButton.module.less index 24952dd2..03ec06a8 100644 --- a/com.twin.app.shoptime/src/components/TButton/TButton.module.less +++ b/com.twin.app.shoptime/src/components/TButton/TButton.module.less @@ -118,16 +118,16 @@ background: url(../../../assets/images/icons/ic-pop-conts-go-nor.png); background-size: 37px 37px; background-repeat: no-repeat; - background-position: center; + background-position: center center; width: 37px; height: 37px; } &:focus { &:after { - background: url(../../../assets/images/icons/ic-pop-conts-go-hov.png); + background: url(../../../assets/images/icons/ic-pop-conts-go-hov-new.png); background-size: 37px 37px; background-repeat: no-repeat; - background-position: center; + background-position: center center; width: 37px; height: 37px; }