[MM-43601] Switch upgrade button to an actual button and moved onClick event (#2080)

This commit is contained in:
Devin Binnie
2022-04-26 09:17:01 -04:00
committed by GitHub
parent 14ceaf677c
commit d1ca1188b4
2 changed files with 14 additions and 10 deletions

View File

@@ -8,6 +8,8 @@
margin-right: 4px;
text-align: center;
color: rgba(63, 67, 80, 0.56);
background: none;
border: none;
&:hover {
background-color: rgba(63, 67, 80, 0.08);
@@ -15,7 +17,6 @@
}
.upgrade-button {
margin: 7px;
height: 18px;
cursor: pointer;