()
| 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 |
nothing calls this directly
no test coverage detected