docs(previews): update preview tests to have translucent white toolbars

to make ben happy
This commit is contained in:
Brandy Carney
2018-07-24 16:27:17 -04:00
parent 55cb354d48
commit 2c37a5a7b2
48 changed files with 663 additions and 456 deletions

View File

@ -12,13 +12,13 @@
<body>
<ion-app>
<ion-header>
<ion-header translucent>
<ion-toolbar>
<ion-title>Text</ion-title>
</ion-toolbar>
</ion-header>
<ion-content id="content" padding>
<ion-content id="content" padding fullscreen>
<ion-text color="secondary">
<h1>H1: The quick brown fox jumps over the lazy dog</h1>
</ion-text>
@ -71,6 +71,10 @@
</ion-app>
<style>
ion-toolbar {
--background: white;
}
.color-purple {
color: purple;
}