Commit 728d4c57 authored by tom's avatar tom

update paddings for button

parent 09f62ca3
...@@ -81,8 +81,8 @@ const AddressFavoriteButton = ({ className, hash, isAdded }: Props) => { ...@@ -81,8 +81,8 @@ const AddressFavoriteButton = ({ className, hash, isAdded }: Props) => {
aria-label="edit" aria-label="edit"
variant="outline" variant="outline"
size="sm" size="sm"
pl={ 2 } pl="6px"
pr={ 2 } pr="6px"
onClick={ handleClick } onClick={ handleClick }
icon={ <Icon as={ isAdded ? starFilledIcon : starOutlineIcon } boxSize={ 5 }/> } icon={ <Icon as={ isAdded ? starFilledIcon : starOutlineIcon } boxSize={ 5 }/> }
onFocusCapture={ usePreventFocusAfterModalClosing() } 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