Created
March 12, 2020 15:38
-
-
Save nazariyv/95600f04c2b5865f0554be09f5103110 to your computer and use it in GitHub Desktop.
text.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { styled } from "baseui"; | |
| const Text = styled("p", { | |
| "font-family": "system-ui, 'Helvetica Neue', Helvetica, Arial, sans-serif;" | |
| }); | |
| export default Text; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment