MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / copyTweaksCss

Function copyTweaksCss

packages/app-core/src/components/SettingsModal.tsx:856–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

854 }, [])
855
856 const copyTweaksCss = (): void => {
857 void navigator.clipboard?.writeText(buildTweaksCss(themeTweaks)).catch(() => {})
858 }
859
860 const renderTweak = (t: TweakableToken) => {
861 const tweaked = themeTweaks[t.slug] != null

Callers

nothing calls this directly

Calls 1

buildTweaksCssFunction · 0.90

Tested by

no test coverage detected