Fix some styling

This commit is contained in:
Gabe Kangas
2022-05-12 21:27:21 -07:00
parent 67cec2dcbb
commit de4ed9bb62
3 changed files with 23 additions and 9 deletions

View File

@@ -6,6 +6,8 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
[Inter font](https://rsms.me/inter/)
<Canvas style={{ color: 'var(--theme-text-color-secondary)' }}>
{getComputedStyle(document.documentElement).getPropertyValue('--theme-font-family')}
</Canvas>
## TODO: List out the different text styles.
<Canvas style={{ color: 'var(--theme-text-color-secondary)' }}>
{getComputedStyle(document.documentElement).getPropertyValue('--theme-font-family')}
</Canvas>