diff --git a/ionic/components/app/test/snapcat/main.html b/ionic/components/app/test/snapcat/main.html index f2fd643461..dff5e02ec6 100644 --- a/ionic/components/app/test/snapcat/main.html +++ b/ionic/components/app/test/snapcat/main.html @@ -5,9 +5,9 @@ - + secret - + diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index 9718bbf9ce..eb089f14ba 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -54,7 +54,8 @@ button, border: 1px solid #ccc; padding: $button-padding; min-height: $button-height; - background: #fff; + // Default button has no background + background: transparent; text-align: center; font-size: $button-font-size;