bar-positive is the wrong color?
MichaelJCole opened this issue · 1 comments
MichaelJCole commented
This looks blueish in the ionic demo:
<div class="bar bar-header bar-positive">
<h1 class="title">bar-positive</h1>
</div>
It's coming out red when I use it (copied from chrome inspector):
.bar.bar-positive {
border-color: #d32727;
background-color: #de4f4f;
background-image: linear-gradient(0deg, #d32727, #d32727 50%, transparent 50%);
color: #fff;
}
☀ meteor list | grep nic
meteoric:autoform-ionic 0.1.5 Ionic theme for Autoform
meteoric:ionic 0.1.19 Ionic components for Meteor. No Angular!
meteoric:ionic-sass 0.1.9* Ionic's CSS Framework in SASS and bund...
meteoric:ionicons-sass 0.1.6* Ionic's Ionicons library in SASS and b...
MichaelJCole commented