(dark)
| 544 | } |
| 545 | |
| 546 | function gradientTextSx(dark) { |
| 547 | return { |
| 548 | background: brandGradient(dark), |
| 549 | backgroundClip: 'text', |
| 550 | WebkitBackgroundClip: 'text', |
| 551 | color: 'transparent', |
| 552 | WebkitTextFillColor: 'transparent', |
| 553 | }; |
| 554 | } |
| 555 | |
| 556 | function glassSx(dark, extra = {}) { |
| 557 | return { |
no test coverage detected