docs(spinner): changed CSS selector for theming (#8047)

Per: https://forum.ionicframework.com/t/ion-spinner-color/46324/6
This commit is contained in:
J.P. Poveda
2016-10-13 09:09:16 -07:00
committed by Brandy Carney
parent 35568ba85f
commit 20a93907a2

View File

@ -88,7 +88,7 @@ import { CSS } from '../../util/dom';
* of `background-color`.
*
* ```css
* ion-spinner svg {
* ion-spinner * {
* width: 28px;
* height: 28px;
* stroke: #444;