Skip to content

Commit

Permalink
Merge pull request #55 from thep0y/main
Browse files Browse the repository at this point in the history
0.1.14
  • Loading branch information
thep0y authored Dec 24, 2024
2 parents f6c4f69 + 4e2f092 commit 6671d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-solid",
"version": "0.1.13",
"version": "0.1.14",
"repository": "https://github.com/thep0y/fluent",
"keywords": [
"solid",
Expand Down
1 change: 1 addition & 0 deletions packages/components/button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const Button = (props: ButtonProps) => {
[`${merged.class}`]: merged.class,
[`${baseClassName}-disabled`]: disabled(),
[`${baseClassName}-${merged.shape}`]: merged.shape,
[`${baseClassName}-${merged.appearance}`]: merged.appearance,
[`${baseClassName}-${merged.size}`]: merged.size,
[`${baseClassName}-icon-only`]: iconOnly(),
},
Expand Down

0 comments on commit 6671d49

Please sign in to comment.