chore: run prettier
This commit is contained in:
parent
9cdbbc3a00
commit
155d7bb876
76 changed files with 788 additions and 550 deletions
|
@ -18,7 +18,7 @@ export default ({ type, position, className }: DialogIconProps) => {
|
|||
|
||||
setIcon(
|
||||
<div className={classNames(styles.dialog_icon, styles[type], className)}>
|
||||
<Icon className={'w-6 h-6'} />
|
||||
<Icon className={'h-6 w-6'} />
|
||||
</div>,
|
||||
);
|
||||
}, [type, className]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue