Skip to content

Commit

Permalink
๐Ÿ’„ react query devtool ํฐํŠธ ํฌ๊ธฐ ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaerrim committed Nov 21, 2023
1 parent c575c7c commit 09e6f7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/frontend/src/styles/global.css.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { globalStyle } from '@vanilla-extract/css';

globalStyle('.tsqd-parent-container', {
fontSize: '1.6rem',
});
1 change: 1 addition & 0 deletions app/frontend/src/styles/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * as fontStyle from './font.css';
export * as global from './global.css';
export * as reset from './reset.css';
export { vars } from './theme.css';

0 comments on commit 09e6f7f

Please sign in to comment.