make pull to refresh icon white

This commit is contained in:
Marty Alcala 2016-11-11 18:49:23 -05:00
commit c92d6ae0a1

View file

@ -90,6 +90,16 @@
#walletDetails {
background: #F8F8F9;
.ionic-refresher-content {
color: white !important;
}
.spinner svg {
stroke: white;
fill: white;
}
.bp-content {
position: relative;
height: 100%;