MCPcopy Create free account
hub / github.com/emwalker/digraph / backgroundColor

Function backgroundColor

client/src/components/helpers.ts:7–9  ·  view source on GitHub ↗
(hexColor: string)

Source from the content-addressed store, hash-verified

5}
6
7function backgroundColor(hexColor: string) {
8 return hexColor === '' ? '' : `${hexColor}33`
9}
10
11function borderColor(hexColor: string) {
12 return hexColor === '' ? '' : `${hexColor}ff`

Callers 2

EditTopicFunction · 0.90
EditLinkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected