Skip to content

Commit

Permalink
Merge branch 'master' into feat/CSR-4778/date-component-ui-update
Browse files Browse the repository at this point in the history
  • Loading branch information
OksanaTC authored Apr 3, 2024
2 parents 38007fc + c8dfce0 commit 6b21d4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "13.9.5",
"version": "13.9.6",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/primitives.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ThemePrimitives } from 'baseui/theme';

const primitives: Partial<ThemePrimitives> = {
// primaryFontFamily: 'Inter',
primaryFontFamily: 'inherit',
};

export default primitives;

0 comments on commit 6b21d4c

Please sign in to comment.