fix(trading): update fonts for pennant (#4636)

This commit is contained in:
Matthew Russell
2023-08-28 10:02:32 -07:00
committed by GitHub
parent 0fb8ee3abb
commit 4fe81cc4aa
+4
View File
@@ -64,6 +64,10 @@ html.dark {
html [data-theme='dark'],
html [data-theme='light'] {
/* fonts */
--pennant-font-family-base: theme(fontFamily.alpha);
--pennant-font-family-monospace: theme(fontFamily.mono);
/* sell candles only use stroke as the candle is solid (without border) */
--pennant-color-sell-stroke: theme(colors.market.red.DEFAULT);