MCPcopy
hub / github.com/stackblitz/bolt.new / getLabelStyles

Function getLabelStyles

app/utils/logger.ts:87–89  ·  view source on GitHub ↗
(color: string, textColor: string)

Source from the content-addressed store, hash-verified

85}
86
87function getLabelStyles(color: string, textColor: string) {
88 return `background-color: ${color}; color: white; border: 4px solid ${color}; color: ${textColor};`;
89}
90
91function getColorForLevel(level: DebugLevel): string {
92 switch (level) {

Callers 1

logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected