Skip to content

Commit

Permalink
Fix on button layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Dec 20, 2023
1 parent 356d6ec commit dd709f2
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": "react-native-ficus-ui",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"description": "React Native UI library forked from Magnus UI and inspired by Chakra UI",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/components/button/button.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Button: React.FunctionComponent<ButtonProps> = (incomingProps) => {
borderRadius: 'lg',
isLoading: false,
isDisabled: false,
loaderSize: '2xl',
loaderSize: 'lg',
loaderColor: 'white',
full: false,
position: 'relative',
Expand Down

0 comments on commit dd709f2

Please sign in to comment.