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

Function brandGradient

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

Source from the content-addressed store, hash-verified

5import {OpenSIST} from "../common";
6
7export function brandGradient(dark) {
8 return dark ? 'linear-gradient(140deg, #93C0F2, #6BA6E8)' : 'linear-gradient(140deg, #1C5BAA, #4F86CE)';
9}
10
11export function gradientTextSx(dark) {
12 return {

Callers 1

gradientTextSxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected