Skip to content

Commit

Permalink
fix: web-sandbox style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Nov 8, 2021
1 parent 8d58426 commit a2aa352
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/web-sandbox/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function App() {
codeStyle: {
display: 'block',
py: 's',
color: 'primary.dark',
},
});

Expand Down
2 changes: 1 addition & 1 deletion apps/web-sandbox/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const components = {
Typography: {
tag: 'p',
style: {
fontFamily: 'regular',
fontFamily: 'default',
fontSize: 'm',
lineHeight: 'm',
letterSpacing: 'm',
Expand Down

0 comments on commit a2aa352

Please sign in to comment.