diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f15eb46..e2514d64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Improvements +- [#308](https://github.com/alleslabs/celatone-frontend/pull/308) Adjust view more button to full width and fix empty state layout in contract history - [#304](https://github.com/alleslabs/celatone-frontend/pull/304) Remove suffix for token card - [#282](https://github.com/alleslabs/celatone-frontend/pull/282) Change details page top section explorer link to copy link - [#293](https://github.com/alleslabs/celatone-frontend/pull/293) Add comma separator to pagination and total blocks diff --git a/src/lib/components/CustomTab.tsx b/src/lib/components/CustomTab.tsx index 8739208f6..701ac5c87 100644 --- a/src/lib/components/CustomTab.tsx +++ b/src/lib/components/CustomTab.tsx @@ -19,7 +19,7 @@ export const CustomTab = ({ count, ...restProps }: CustomTabProps) => { fontWeight="700" lineHeight="24px" letterSpacing="0.4px" - variant="ghost" + variant="ghost-gray" color="text.dark" mb={0} sx={{ diff --git a/src/lib/components/button/CustomIconButton.tsx b/src/lib/components/button/CustomIconButton.tsx index d42b2f23d..6d93623d0 100644 --- a/src/lib/components/button/CustomIconButton.tsx +++ b/src/lib/components/button/CustomIconButton.tsx @@ -15,7 +15,7 @@ export const CustomIconButton = ({ onClick, }: CustomIconButtonProps) => ( ); diff --git a/src/lib/components/table/codes/MySavedCodesTable.tsx b/src/lib/components/table/codes/MySavedCodesTable.tsx index 3987a66e6..4d4d11a4a 100644 --- a/src/lib/components/table/codes/MySavedCodesTable.tsx +++ b/src/lib/components/table/codes/MySavedCodesTable.tsx @@ -27,7 +27,6 @@ export const MySavedCodesTable = ({ } onRowSelect={onRowSelect} diff --git a/src/lib/components/table/tableComponents.ts b/src/lib/components/table/tableComponents.ts index da64c2616..96db4acd6 100644 --- a/src/lib/components/table/tableComponents.ts +++ b/src/lib/components/table/tableComponents.ts @@ -6,7 +6,7 @@ export const TableContainer = chakra(Flex, { overflowX: "scroll", flexDir: "column", w: "full", - pb: 6, + pb: 0, }, }); diff --git a/src/lib/layout/Footer.tsx b/src/lib/layout/Footer.tsx index db065f88c..6ceee8e59 100644 --- a/src/lib/layout/Footer.tsx +++ b/src/lib/layout/Footer.tsx @@ -63,7 +63,7 @@ const Footer = () => ( rel="noopener noreferrer" onClick={() => AmpTrack(AmpEvent.FEEDBACK)} > -