Skip to content

Commit

Permalink
update icon font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Oct 29, 2024
1 parent 003f1c0 commit 60fb625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@sakura-ui/core": "^0.2.10",
"@sakura-ui/core": "^0.2.11",
"@sakura-ui/forms": "^0.2.1",
"@sakura-ui/tailwind-theme-plugin": "^0.2.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/core",
"version": "0.2.10",
"version": "0.2.11",
"description": "",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Icon = React.forwardRef<HTMLElement, IconProps>((props, ref) => {

const style = `
font-icon
font-normal
font-light
inline-block
leading-4
whitespace-nowrap
Expand Down

0 comments on commit 60fb625

Please sign in to comment.