File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
polaris-react/src/components/Spinner Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ @import ' ../../styles/common' ;
2+
13$small-size : 20px ;
24$large-size : 44px ;
35
@@ -10,6 +12,10 @@ $large-size: 44px;
1012 animation : var (--p-motion-keyframes-spin ) var (--p-motion-duration-500 ) linear
1113 infinite ;
1214 fill : var (--p-color-border-info );
15+
16+ #{$se23 } & {
17+ fill : var (--p-color-bg-interactive );
18+ }
1319}
1420
1521.sizeSmall svg {
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ export default {
1414 component : Spinner ,
1515} as ComponentMeta < typeof Spinner > ;
1616
17+ export function All ( ) {
18+ return (
19+ < >
20+ < Default />
21+ < Small />
22+ < WithFocusManagement />
23+ </ >
24+ ) ;
25+ }
26+
1727export function Default ( ) {
1828 return < Spinner accessibilityLabel = "Spinner example" size = "large" /> ;
1929}
You can’t perform that action at this time.
0 commit comments