Merge pull request #35 from acid-info/topic-update-icon-button

LSD v0.1 - IconButton
This commit is contained in:
jeangovil 2023-04-13 17:56:15 +03:30 committed by GitHub
commit ddf5f55a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const Root: Story<IconButtonProps & { icon: string }> = ({
Root.args = {
variant: 'outlined',
icon: 'FolderIcon',
icon: 'KeyboardReturnIcon',
size: 'large',
disabled: false,
}