mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed appearance for editor
This commit is contained in:
parent
bd5122f365
commit
09b68c19d2
5 changed files with 42 additions and 33 deletions
|
@ -22,7 +22,7 @@ type IButtonProps = DetailedHTMLProps<
|
|||
iconOnly?: boolean;
|
||||
};
|
||||
|
||||
export const Button: FC<IButtonProps> = ({
|
||||
const Button: FC<IButtonProps> = ({
|
||||
className = '',
|
||||
size = 'normal',
|
||||
iconLeft,
|
||||
|
@ -63,3 +63,5 @@ export const Button: FC<IButtonProps> = ({
|
|||
iconRight && <Icon icon={iconRight} size={20} key={2} />,
|
||||
]
|
||||
);
|
||||
|
||||
export { Button };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue