mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -47,7 +47,7 @@ ion-spinner.spinner-paused svg {
|
||||
// --------------------------------------------------
|
||||
|
||||
.spinner-bubbles circle {
|
||||
fill: black;
|
||||
fill: #000;
|
||||
}
|
||||
|
||||
.spinner-bubbles svg {
|
||||
@@ -72,7 +72,7 @@ ion-spinner.spinner-paused svg {
|
||||
|
||||
.spinner-crescent circle {
|
||||
fill: transparent;
|
||||
stroke: black;
|
||||
stroke: #000;
|
||||
stroke-width: 4px;
|
||||
stroke-dasharray: 128px;
|
||||
stroke-dashoffset: 82px;
|
||||
|
||||
Reference in New Issue
Block a user