MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / getText

Function getText

apps/start/src/modals/edit-event.tsx:65–65  ·  view source on GitHub ↗
(color: string)

Source from the content-addressed store, hash-verified

63 );
64 const getBg = (color: string) => `bg-${color}-200`;
65 const getText = (color: string) => `text-${color}-700`;
66 const iconGrid = 'grid grid-cols-10 gap-4';
67 const [search, setSearch] = useState('');
68 return (

Callers 3

getProcessedTextFunction · 0.85
GETFunction · 0.85
EditEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected