diff --git a/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx b/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx index 1b4484fabe6..f14d282c1e4 100644 --- a/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx +++ b/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx @@ -165,7 +165,7 @@ export const ArtistCoinsExploreScreen = () => {
)} > - + { ) : shouldShowNoCoinsContent ? ( ) : ( - + {coins.map((coin) => ( { - + { alignItems='center' border='default' borderRadius='m' + css={{ overflow: 'hidden' }} > {messages.required} diff --git a/packages/web/src/pages/artist-coins-launchpad-page/components/ArtistCoinsTable.tsx b/packages/web/src/pages/artist-coins-launchpad-page/components/ArtistCoinsTable.tsx index d5082c801b0..71394f2f582 100644 --- a/packages/web/src/pages/artist-coins-launchpad-page/components/ArtistCoinsTable.tsx +++ b/packages/web/src/pages/artist-coins-launchpad-page/components/ArtistCoinsTable.tsx @@ -390,7 +390,14 @@ export const ArtistCoinsTable = ({ searchQuery }: ArtistCoinsTableProps) => { if (isPending) { return ( - + @@ -407,6 +414,8 @@ export const ArtistCoinsTable = ({ searchQuery }: ArtistCoinsTableProps) => { alignItems='center' p='4xl' gap='l' + border='default' + borderRadius='m' > @@ -420,7 +429,7 @@ export const ArtistCoinsTable = ({ searchQuery }: ArtistCoinsTableProps) => { } return ( - +