MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / gradientTextSx

Function gradientTextSx

src/Components/Auth/AuthShared.jsx:11–19  ·  view source on GitHub ↗
(dark)

Source from the content-addressed store, hash-verified

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

Callers 1

AuthHeaderFunction · 0.70

Calls 1

brandGradientFunction · 0.70

Tested by

no test coverage detected