codenitpicker

Results 1 issues of codenitpicker

https://github.com/KyleAMathews/typography.js/blob/33d86df7e0d7f44cd1a71c8bd8791bdb71a7ecc5/packages/typography-theme-twin-peaks/src/index.js#L28-L37 I understand this is how to override elements: ``` twinPeaksTheme.overrideStyles = () => ({ a: { color: "blue", }, }) ``` However I can't seem to access linkColor with...