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 664 additions and 457 deletions

View File

@ -14,7 +14,7 @@ export class Note {
/**
* The color to use from your application's color palette.
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
* For more information on theming colors, see [theming](/docs/theming/basics).
* For more information on colors, see [theming](/docs/theming/basics).
*/
@Prop() color?: Color;