MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / gitControlBarActionIconColor

Function gitControlBarActionIconColor

src/utils/git-control-bar-classes.ts:15–17  ·  view source on GitHub ↗
(isEnabled: boolean)

Source from the content-addressed store, hash-verified

13}
14
15export function gitControlBarActionIconColor(isEnabled: boolean) {
16 return isEnabled ? "white" : "var(--oh-muted)";
17}
18
19export const gitControlBarActionLabelClassName =
20 "font-normal text-sm leading-5 truncate";

Callers 3

GitControlBarPrButtonFunction · 0.90
GitControlBarPushButtonFunction · 0.90
GitControlBarPullButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected