Commit 728d4c57 authored by tom's avatar tom

update paddings for button

parent 09f62ca3
......@@ -81,8 +81,8 @@ const AddressFavoriteButton = ({ className, hash, isAdded }: Props) => {
aria-label="edit"
variant="outline"
size="sm"
pl={ 2 }
pr={ 2 }
pl="6px"
pr="6px"
onClick={ handleClick }
icon={ <Icon as={ isAdded ? starFilledIcon : starOutlineIcon } boxSize={ 5 }/> }
onFocusCapture={ usePreventFocusAfterModalClosing() }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment