MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / isWhiteColor

Function isWhiteColor

apps/web/ui/Header/index.tsx:50–52  ·  view source on GitHub ↗
(color: string)

Source from the content-addressed store, hash-verified

48}
49
50function isWhiteColor(color: string) {
51 return ['white', '#fff', '#ffffff'].includes(color.toLowerCase());
52}
53
54export default function Header({
55 settings,

Callers 1

HeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected