Text is now visible on Send and Receive buttons in Wallet Details screen when activated.

This commit is contained in:
Brendon Duncan 2018-08-08 18:22:43 +12:00
commit fcb4d4b004

View file

@ -261,6 +261,12 @@
.no-alternative {
padding-top: 45px;
}
.button-white-outline.button-outline.activated {
color: $v-primary-color;
border-color: white;
}
.item.item-footer {
font-weight: lighter;
}