MCPcopy Create free account
hub / github.com/pomber/code-surfer / useUnfocusedStyle

Function useUnfocusedStyle

packs/themes/src/styles.tsx:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107};
108
109function useUnfocusedStyle() {
110 return useStyles().unfocused || { opacity: 0.3 };
111}
112export { StylesProvider, Styled, getClassFromTokenType, useUnfocusedStyle };

Callers 1

CodeSurferContentFunction · 0.90

Calls 1

useStylesFunction · 0.85

Tested by

no test coverage detected