Fix some styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user