Skip to content

Commit 20a9390

Browse files
etsuobrandyscarney
authored andcommitted
docs(spinner): changed CSS selector for theming (#8047)
Per: https://forum.ionicframework.com/t/ion-spinner-color/46324/6
1 parent 35568ba commit 20a9390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/spinner/spinner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import { CSS } from '../../util/dom';
8888
* of `background-color`.
8989
*
9090
* ```css
91-
* ion-spinner svg {
91+
* ion-spinner * {
9292
* width: 28px;
9393
* height: 28px;
9494
* stroke: #444;

0 commit comments

Comments
 (0)