MCPcopy Index your code
hub / github.com/microsoft/SandDance / getTextcolor

Function getTextcolor

extensions/common-frontend/src/app.tsx:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 SandDanceExplorer.use(FluentUIReact, React, ReactDOM, vega, deck, deck, luma);
13
14 function getTextcolor() {
15 return getComputedStyle(document.body).color;
16 }
17
18 function getThemePalette(darkTheme: boolean) {
19 const theme = darkTheme ? 'dark-theme' : '';

Callers 1

getViewerOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected