Skip to content

Commit

Permalink
feat: change button width in mobil view
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Oct 3, 2024
1 parent 241e936 commit c42b4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function MerchantTableItem({
</HStack>

<Button
w={'150px'}
w={isMobile ? '100%' : '150px'}
variant={'merchantTableItem'}
onClick={() => navigate(`/merchant-details/${merchant.name}`)}
>
Expand Down

0 comments on commit c42b4ae

Please sign in to comment.