MCPcopy Create free account
hub / github.com/evolify/dumpfun / getBackground

Function getBackground

app/modules/table.tsx:35–39  ·  view source on GitHub ↗
(percent: number)

Source from the content-addressed store, hash-verified

33}
34
35function getBackground(percent: number) {
36 return `linear-gradient(to right, rgba(66, 179, 245, ${getOpacity(
37 percent
38 )}) ${percent * 100}%, transparent ${percent * 100}%)`
39}
40
41const headerClass = "text-sm text-white-100"
42

Callers 1

LaunchpadsTableFunction · 0.85

Calls 1

getOpacityFunction · 0.85

Tested by

no test coverage detected