Skip to content

Commit

Permalink
chore: change default value fontSize to base
Browse files Browse the repository at this point in the history
  • Loading branch information
cakfan committed Apr 24, 2024
1 parent 377ceca commit 5b86cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jabirdeveloper/material-symbols",
"version": "0.1.28",
"version": "0.1.29",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/symbols/symbols.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Symbols: FC<PropsWithChildren<SymbolsProps>> = ({
weight,
opticalSize,
grade,
fontSize = "inherit",
fontSize = "base",
children,
className,
...rest
Expand Down

0 comments on commit 5b86cb7

Please sign in to comment.