Skip to content

Commit

Permalink
Have AddressCopier box width fit its content
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 23, 2024
1 parent 5e0911a commit 735cfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/links/AddressCopier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function AddressCopier({ address, ...rest }: Props) {
borderWidth="1px"
borderColor={'transparent'}
textStyle="button-base"
width="fit-content"
_hover={{ bg: 'celery--6', borderColor: 'celery--6' }}
_active={{ bg: 'celery--6', borderWidth: '1px', borderColor: 'celery--5' }}
{...rest}
Expand Down

0 comments on commit 735cfc8

Please sign in to comment.