Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
function isWhiteColor(color: string) {
51
return [
'white'
,
'#fff'
,
'#ffffff'
].includes(color.toLowerCase());
52
}
53
54
export default function Header({
55
settings,
Callers
1
Header
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected