(dark)
| 9 | } |
| 10 | |
| 11 | export function gradientTextSx(dark) { |
| 12 | return { |
| 13 | background: brandGradient(dark), |
| 14 | backgroundClip: 'text', |
| 15 | WebkitBackgroundClip: 'text', |
| 16 | color: 'transparent', |
| 17 | WebkitTextFillColor: 'transparent', |
| 18 | }; |
| 19 | } |
| 20 | |
| 21 | export function AuthCard({children, ...formProps}) { |
| 22 | return ( |
no test coverage detected