Web: Components: fix color banner button

This commit is contained in:
Viktor Fomin 2021-09-14 16:03:21 +03:00
parent 663dc48075
commit 9f33461d38

View File

@ -36,7 +36,7 @@ const BannerWrapper = styled.div`
.banner-btn:active { .banner-btn:active {
color: #fff; color: #fff;
background: #ed7309; background: #2da7db;
border: none; border: none;
} }
`; `;