diff --git a/src/lib/app-fns/tx/clearAdmin.tsx b/src/lib/app-fns/tx/clearAdmin.tsx index 2ffd2d9dc..893b259ee 100644 --- a/src/lib/app-fns/tx/clearAdmin.tsx +++ b/src/lib/app-fns/tx/clearAdmin.tsx @@ -70,7 +70,7 @@ export const clearAdminTx = ({ ), }, diff --git a/src/lib/app-fns/tx/common/catchTxError.tsx b/src/lib/app-fns/tx/common/catchTxError.tsx index b5b945a4a..c97c07e90 100644 --- a/src/lib/app-fns/tx/common/catchTxError.tsx +++ b/src/lib/app-fns/tx/common/catchTxError.tsx @@ -52,7 +52,7 @@ export const catchTxError = ( ), }, diff --git a/src/lib/app-fns/tx/execute.tsx b/src/lib/app-fns/tx/execute.tsx index 61d491f5f..75cf17da6 100644 --- a/src/lib/app-fns/tx/execute.tsx +++ b/src/lib/app-fns/tx/execute.tsx @@ -88,7 +88,7 @@ export const executeContractTx = ({ ), }, diff --git a/src/lib/app-fns/tx/resend.tsx b/src/lib/app-fns/tx/resend.tsx index e9cd21d8f..5f5140bd7 100644 --- a/src/lib/app-fns/tx/resend.tsx +++ b/src/lib/app-fns/tx/resend.tsx @@ -72,7 +72,7 @@ export const resendTx = ({ ), }, diff --git a/src/lib/app-fns/tx/submitProposal.tsx b/src/lib/app-fns/tx/submitProposal.tsx index 96ef893c1..25c84353e 100644 --- a/src/lib/app-fns/tx/submitProposal.tsx +++ b/src/lib/app-fns/tx/submitProposal.tsx @@ -90,7 +90,7 @@ export const submitProposalTx = ({ ), }, diff --git a/src/lib/app-fns/tx/upload.tsx b/src/lib/app-fns/tx/upload.tsx index 5f925a9af..1045c9b76 100644 --- a/src/lib/app-fns/tx/upload.tsx +++ b/src/lib/app-fns/tx/upload.tsx @@ -95,7 +95,7 @@ export const uploadContractTx = ({ ), headerIcon: ( - + ), }, actionVariant: isMigrate ? "upload-migrate" : "upload", diff --git a/src/lib/components/ButtonCard.tsx b/src/lib/components/ButtonCard.tsx index 6237ee595..38d69cefa 100644 --- a/src/lib/components/ButtonCard.tsx +++ b/src/lib/components/ButtonCard.tsx @@ -20,7 +20,7 @@ export const ButtonCard = ({ }: ButtonCardProps) => ( - + {title} {subtitle} diff --git a/src/lib/components/ContractCmdButton.tsx b/src/lib/components/ContractCmdButton.tsx index d5dfb3c3e..5d1153244 100644 --- a/src/lib/components/ContractCmdButton.tsx +++ b/src/lib/components/ContractCmdButton.tsx @@ -12,7 +12,6 @@ export const ContractCmdButton = ({ variant="command-button" fontSize="12px" height="24px" - px="10px" borderRadius="16px" fontWeight={400} onClick={onClickCmd} diff --git a/src/lib/components/ContractSelectSection.tsx b/src/lib/components/ContractSelectSection.tsx index 7a7b0b999..036da5ab6 100644 --- a/src/lib/components/ContractSelectSection.tsx +++ b/src/lib/components/ContractSelectSection.tsx @@ -197,7 +197,7 @@ export const ContractSelectSection = observer( mb={style.container} borderWidth="thin" borderColor="gray.800" - p="16px" + p={4} borderRadius="8px" fontSize="12px" justify="space-between" @@ -235,7 +235,7 @@ export const ContractSelectSection = observer( label={contractState.label} /> - + {mode === "all-lists" && contractState.isValid && ( { {tabProps.children} {count !== undefined && ( - + {count} )} diff --git a/src/lib/components/DotSeparator.tsx b/src/lib/components/DotSeparator.tsx index 1e6778911..0ffeb9d48 100644 --- a/src/lib/components/DotSeparator.tsx +++ b/src/lib/components/DotSeparator.tsx @@ -1,5 +1,5 @@ import { Box } from "@chakra-ui/react"; export const DotSeparator = () => ( - + ); diff --git a/src/lib/components/DotSeperator.tsx b/src/lib/components/DotSeperator.tsx deleted file mode 100644 index 1e6778911..000000000 --- a/src/lib/components/DotSeperator.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { Box } from "@chakra-ui/react"; - -export const DotSeparator = () => ( - -); diff --git a/src/lib/components/ErrorMessageRender.tsx b/src/lib/components/ErrorMessageRender.tsx index 7d67ee009..09d1bb997 100644 --- a/src/lib/components/ErrorMessageRender.tsx +++ b/src/lib/components/ErrorMessageRender.tsx @@ -12,7 +12,7 @@ export const ErrorMessageRender = ({ ...restProps }: ErrorMessageRenderProps) => ( - + {error} diff --git a/src/lib/components/Expedited.tsx b/src/lib/components/Expedited.tsx index 50acc297c..e4423319c 100644 --- a/src/lib/components/Expedited.tsx +++ b/src/lib/components/Expedited.tsx @@ -23,8 +23,8 @@ export const Expedited = ({ isActiveExpedited }: ExpeditedProps) => ( diff --git a/src/lib/components/InputWithIcon.tsx b/src/lib/components/InputWithIcon.tsx index 13b3337d1..402cf8f9e 100644 --- a/src/lib/components/InputWithIcon.tsx +++ b/src/lib/components/InputWithIcon.tsx @@ -29,7 +29,7 @@ const InputWithIcon = ({ size={size} onClick={action ? () => AmpTrack(AmpEvent.USE_SEARCH_INPUT) : undefined} /> - + diff --git a/src/lib/components/ListSelection.tsx b/src/lib/components/ListSelection.tsx index cf9b9efcd..2edfae202 100644 --- a/src/lib/components/ListSelection.tsx +++ b/src/lib/components/ListSelection.tsx @@ -134,7 +134,7 @@ export const ListSelection = forwardRef( overflowX="scroll" > {result.length > 0 && ( - + {[...result].map((option) => ( ( mr={1} > {option.label} - + ))} @@ -195,8 +195,8 @@ export const ListSelection = forwardRef( ( mr={2} name="check" color="gray.600" - boxSize="3" + boxSize={3} /> )} @@ -241,7 +241,7 @@ export const ListSelection = forwardRef( onClick={() => setEnableOutside(false)} > - + Create New List diff --git a/src/lib/components/Loading.tsx b/src/lib/components/Loading.tsx index eeb87be83..ad137e31c 100644 --- a/src/lib/components/Loading.tsx +++ b/src/lib/components/Loading.tsx @@ -5,12 +5,12 @@ export const Loading = () => ( borderY="1px solid" borderColor="gray.700" width="full" - py="60px" + py={15} my={12} flexDirection="column" alignItems="center" > - Loading ... + Loading ... ); diff --git a/src/lib/components/OffChainForm.tsx b/src/lib/components/OffChainForm.tsx index dc301e854..a1c692525 100644 --- a/src/lib/components/OffChainForm.tsx +++ b/src/lib/components/OffChainForm.tsx @@ -39,7 +39,7 @@ export const OffChainForm = ({ errors, labelBgColor = "background.main", }: OffChainFormProps) => ( - + } control={control} diff --git a/src/lib/components/PageContainer.tsx b/src/lib/components/PageContainer.tsx index f4b8cd380..d1130c281 100644 --- a/src/lib/components/PageContainer.tsx +++ b/src/lib/components/PageContainer.tsx @@ -6,7 +6,7 @@ type PageContainerProps = { }; const PageContainer = ({ children }: PageContainerProps) => ( - + {children} ); diff --git a/src/lib/components/PublicDescription.tsx b/src/lib/components/PublicDescription.tsx index a3266f2df..a84040874 100644 --- a/src/lib/components/PublicDescription.tsx +++ b/src/lib/components/PublicDescription.tsx @@ -39,7 +39,7 @@ export const PublicDescription = ({ > {icon} - + {title} diff --git a/src/lib/components/TagSelection.tsx b/src/lib/components/TagSelection.tsx index 3b9a344a7..b5c9d62c2 100644 --- a/src/lib/components/TagSelection.tsx +++ b/src/lib/components/TagSelection.tsx @@ -145,7 +145,7 @@ export const TagSelection = observer( overflowX="scroll" > {result.length > 0 && ( - + {result.map((option) => ( {option} - + ))} @@ -202,8 +202,8 @@ export const TagSelection = observer( )} diff --git a/src/lib/components/TokenCard.tsx b/src/lib/components/TokenCard.tsx index f03db1c44..35b93c4bd 100644 --- a/src/lib/components/TokenCard.tsx +++ b/src/lib/components/TokenCard.tsx @@ -63,7 +63,7 @@ export const TokenCard = ({ > {symbol} - + {price ? formatPrice(price as USD) : "N/A"} diff --git a/src/lib/components/TxFilterSelection.tsx b/src/lib/components/TxFilterSelection.tsx index 44ab688f9..87941048e 100644 --- a/src/lib/components/TxFilterSelection.tsx +++ b/src/lib/components/TxFilterSelection.tsx @@ -117,7 +117,7 @@ export const TxFilterSelection = forwardRef< overflowX="scroll" > {result.length > 0 && ( - + {[...result].reverse().map((option) => ( {displayActionValue(option)} - + ))} @@ -179,8 +179,8 @@ export const TxFilterSelection = forwardRef< } > diff --git a/src/lib/components/WasmPageContainer.tsx b/src/lib/components/WasmPageContainer.tsx index 09f24845c..7abf4316a 100644 --- a/src/lib/components/WasmPageContainer.tsx +++ b/src/lib/components/WasmPageContainer.tsx @@ -15,7 +15,7 @@ const WasmPageContainer = ({ align="center" width={width} mx="auto" - py="48px" + py={12} direction="column" > {children} diff --git a/src/lib/components/action-msg/SingleMsg.tsx b/src/lib/components/action-msg/SingleMsg.tsx index 758006a2f..886fea443 100644 --- a/src/lib/components/action-msg/SingleMsg.tsx +++ b/src/lib/components/action-msg/SingleMsg.tsx @@ -68,7 +68,7 @@ export const SingleMsg = ({ - + ))} diff --git a/src/lib/components/button/BackButton.tsx b/src/lib/components/button/BackButton.tsx index 710d28d07..9f1cac6ca 100644 --- a/src/lib/components/button/BackButton.tsx +++ b/src/lib/components/button/BackButton.tsx @@ -12,16 +12,16 @@ export const BackButton = (props: ButtonProps) => { ); diff --git a/src/lib/components/button/CustomIconButton.tsx b/src/lib/components/button/CustomIconButton.tsx index 6c1d9fc20..45c1192fd 100644 --- a/src/lib/components/button/CustomIconButton.tsx +++ b/src/lib/components/button/CustomIconButton.tsx @@ -17,7 +17,7 @@ export const CustomIconButton = ({ ); diff --git a/src/lib/components/button/RedoButton.tsx b/src/lib/components/button/RedoButton.tsx index 2240a8abd..40ecb234c 100644 --- a/src/lib/components/button/RedoButton.tsx +++ b/src/lib/components/button/RedoButton.tsx @@ -27,7 +27,7 @@ export const RedoButton = ({ message }: RedoButtonProps) => { ) } > - + Redo ); diff --git a/src/lib/components/button/ShowMoreButton.tsx b/src/lib/components/button/ShowMoreButton.tsx index a96388e5c..7dbab267d 100644 --- a/src/lib/components/button/ShowMoreButton.tsx +++ b/src/lib/components/button/ShowMoreButton.tsx @@ -15,7 +15,7 @@ export const ShowMoreButton = ({ setToggleShowMore, }: ShowMoreButtonProps) => ( ) : ( - + Save existing contracts to the list with { borderY="1px solid" borderColor="gray.700" width="full" - py="48px" + py={12} direction="column" alignContent="center" > - + {renderText(list.value)} {!isReadOnly && ( diff --git a/src/lib/components/stepper/StepperItem.tsx b/src/lib/components/stepper/StepperItem.tsx index 5d1f4fb26..e6ab67010 100644 --- a/src/lib/components/stepper/StepperItem.tsx +++ b/src/lib/components/stepper/StepperItem.tsx @@ -27,7 +27,7 @@ const StepLabel = ({ borderRadius="50%" > {currentStep > step ? ( - + ) : ( {step} )} diff --git a/src/lib/components/table/EditableCell.tsx b/src/lib/components/table/EditableCell.tsx index f3ac57eb6..bd8d6a0c3 100644 --- a/src/lib/components/table/EditableCell.tsx +++ b/src/lib/components/table/EditableCell.tsx @@ -204,7 +204,7 @@ export const EditableCell = ({ opacity={isHover ? 1 : 0} onClick={handleEdit} > - + )} diff --git a/src/lib/components/table/codes/CodesTableWithWallet.tsx b/src/lib/components/table/codes/CodesTableWithWallet.tsx index b05097bd3..13fe5b532 100644 --- a/src/lib/components/table/codes/CodesTableWithWallet.tsx +++ b/src/lib/components/table/codes/CodesTableWithWallet.tsx @@ -25,12 +25,7 @@ export const CodesTableWithWallet = ({ }: CodesTableWithWalletProps) => { const { address } = useWallet(); return !address ? ( - + ) : ( diff --git a/src/lib/components/table/contracts/EditTags.tsx b/src/lib/components/table/contracts/EditTags.tsx index 5c3812d5e..2780d9241 100644 --- a/src/lib/components/table/contracts/EditTags.tsx +++ b/src/lib/components/table/contracts/EditTags.tsx @@ -31,11 +31,11 @@ export function EditTags({ contractLocalInfo }: EditTagsProps) { + } headerContent={ - - + + Contract Name @@ -44,7 +44,7 @@ export function EditTags({ contractLocalInfo }: EditTagsProps) { - + {contractLocalInfo.name ?? contractLocalInfo.label} @@ -60,7 +60,7 @@ export function EditTags({ contractLocalInfo }: EditTagsProps) { otherBtnTitle="Cancel" > - + {formatStatus} - {hasCloseBtn && } + {hasCloseBtn && } ); }; diff --git a/src/lib/components/table/transactions/TransactionsTableRow.tsx b/src/lib/components/table/transactions/TransactionsTableRow.tsx index fb68c42d8..fa3d714dd 100644 --- a/src/lib/components/table/transactions/TransactionsTableRow.tsx +++ b/src/lib/components/table/transactions/TransactionsTableRow.tsx @@ -65,7 +65,7 @@ export const TransactionsTableRow = ({ showCopyOnHover /> {transaction.messages.length > 1 && ( - + {transaction.messages.length} )} diff --git a/src/lib/components/table/transactions/TransactionsTableWithWallet.tsx b/src/lib/components/table/transactions/TransactionsTableWithWallet.tsx index 5ffb776ba..af2eb1f64 100644 --- a/src/lib/components/table/transactions/TransactionsTableWithWallet.tsx +++ b/src/lib/components/table/transactions/TransactionsTableWithWallet.tsx @@ -19,7 +19,7 @@ export const TransactionsTableWithWallet = ({ }: TransactionsTableWithWalletProps) => { const { address } = useWallet(); return !address ? ( - + Proceed to instantiate - + ); @@ -86,7 +86,7 @@ export const ButtonSection = ({ }} > Proceed to Migrate - + ); case "migrate": @@ -103,7 +103,7 @@ export const ButtonSection = ({ } > View Contract Details - + ); diff --git a/src/lib/components/tx/modal/index.tsx b/src/lib/components/tx/modal/index.tsx index f193f9b48..87cd73c82 100644 --- a/src/lib/components/tx/modal/index.tsx +++ b/src/lib/components/tx/modal/index.tsx @@ -53,14 +53,14 @@ export const TxModal = ({ result, onClose }: TxModalProps) => { {(result.receiptInfo.description || result.receipts.length > 0) && ( {result.receiptInfo.description && ( - + {result.receiptInfo.description} )} )} - +

Transaction Fee:

- + ))} diff --git a/src/lib/layout/Header.tsx b/src/lib/layout/Header.tsx index 24a1c6b1b..4220fef1f 100644 --- a/src/lib/layout/Header.tsx +++ b/src/lib/layout/Header.tsx @@ -32,7 +32,7 @@ const Header = () => { justifyContent="space-between" px={6} mb={1} - gap="24px" + gap={6} > { minWidth="152px" width="152px" maxWidth="152px" - mr="36px" + mr={8} transition="all 0.25s ease-in-out" _hover={{ cursor: "pointer", opacity: 0.85 }} /> - + AmpTrack(AmpEvent.USE_SELECT_NETWORK)}> { {chainName === currentChainName && ( - + )} diff --git a/src/lib/layout/Searchbar.tsx b/src/lib/layout/Searchbar.tsx index 43d322aff..2afea1589 100644 --- a/src/lib/layout/Searchbar.tsx +++ b/src/lib/layout/Searchbar.tsx @@ -61,13 +61,13 @@ const ResultItem = ({ type, value, handleSelectResult }: ResultItemProps) => { return ( - + {text} {route && ( { overflowX="hidden" bg="background.main" > - +
diff --git a/src/lib/layout/navbar/Expand.tsx b/src/lib/layout/navbar/Expand.tsx index 8c70f6b55..d2009e2dc 100644 --- a/src/lib/layout/navbar/Expand.tsx +++ b/src/lib/layout/navbar/Expand.tsx @@ -15,8 +15,8 @@ export const ExpandNavMenu = ({ {navMenu.map((item) => ( - + {item.category} {item.category === "Overview" && ( @@ -37,7 +37,7 @@ export const ExpandNavMenu = ({ variant="ghost-accent" size="xs" iconSpacing={1} - leftIcon={} + leftIcon={} onClick={() => setIsExpand(false)} > HIDE @@ -49,7 +49,7 @@ export const ExpandNavMenu = ({ variant: "ghost-accent", iconSpacing: 1, size: "xs", - leftIcon: , + leftIcon: , children: "NEW LIST", onClick: () => AmpTrack(AmpEvent.USE_SIDEBAR), }} @@ -63,7 +63,7 @@ export const ExpandNavMenu = ({ onClick={() => AmpTrack(AmpEvent.USE_SIDEBAR)} > )} - + { flex="1" > - + Public Account Description - + {publicInfo?.description} diff --git a/src/lib/pages/admin/index.tsx b/src/lib/pages/admin/index.tsx index 386958a34..19e08244a 100644 --- a/src/lib/pages/admin/index.tsx +++ b/src/lib/pages/admin/index.tsx @@ -187,11 +187,11 @@ const UpdateAdmin = () => { return ( - + Update Admin { helperText="This address will be an admin for the deployed smart contract." value={adminAddress} setInputState={setAdminAddress} - mt="48px" + mt={12} status={adminFormStatus} /> { alignItems="center" alignSelf="flex-start" gap={1} - mt="48px" + mt={12} >

Transaction Fee:

@@ -226,11 +226,7 @@ const UpdateAdmin = () => { alignSelf="flex-start" /> )} -
diff --git a/src/lib/pages/block-details/components/BlockDetailsTop.tsx b/src/lib/pages/block-details/components/BlockDetailsTop.tsx index 7758e85f3..73642d3a9 100644 --- a/src/lib/pages/block-details/components/BlockDetailsTop.tsx +++ b/src/lib/pages/block-details/components/BlockDetailsTop.tsx @@ -47,7 +47,7 @@ export const BlockDetailsTop = ({ blockData }: BlockDetailsTopProps) => { > - + {blockData.height} diff --git a/src/lib/pages/block-details/components/BlockInfo.tsx b/src/lib/pages/block-details/components/BlockInfo.tsx index 856040996..b4e9a496d 100644 --- a/src/lib/pages/block-details/components/BlockInfo.tsx +++ b/src/lib/pages/block-details/components/BlockInfo.tsx @@ -15,7 +15,7 @@ export const BlockInfo = ({ blockData }: BlockInfoProps) => { Block Information - + {blockData.network} {`${blockData.gasUsed ? formatInteger(blockData.gasUsed) : 0} / ${ diff --git a/src/lib/pages/blocks/components/BlocksRow.tsx b/src/lib/pages/blocks/components/BlocksRow.tsx index 39a0ad498..704703fe0 100644 --- a/src/lib/pages/blocks/components/BlocksRow.tsx +++ b/src/lib/pages/blocks/components/BlocksRow.tsx @@ -36,7 +36,7 @@ export const BlocksRow = ({ templateColumns, blockData }: BlocksRowProps) => { - + {formatUTC(blockData.timestamp)} diff --git a/src/lib/pages/code-details/components/table/NoContracts.tsx b/src/lib/pages/code-details/components/table/NoContracts.tsx index dd7859935..2957eef97 100644 --- a/src/lib/pages/code-details/components/table/NoContracts.tsx +++ b/src/lib/pages/code-details/components/table/NoContracts.tsx @@ -8,8 +8,8 @@ const DisconnectedState = () => ( @@ -18,7 +18,7 @@ const DisconnectedState = () => ( No contract instances from this code. - + In order to instantiate contract from this code, you need to diff --git a/src/lib/pages/code-details/index.tsx b/src/lib/pages/code-details/index.tsx index 7cfa9a131..9cf3b2c0f 100644 --- a/src/lib/pages/code-details/index.tsx +++ b/src/lib/pages/code-details/index.tsx @@ -111,9 +111,7 @@ const CodeDetailsBody = observer( title="Public Code Description" description={publicProject.publicCodeData.description} textLine={2} - icon={ - - } + icon={} /> )} diff --git a/src/lib/pages/codes/components/MySavedCodesSection.tsx b/src/lib/pages/codes/components/MySavedCodesSection.tsx index 52bb7e8d8..fdf4e898e 100644 --- a/src/lib/pages/codes/components/MySavedCodesSection.tsx +++ b/src/lib/pages/codes/components/MySavedCodesSection.tsx @@ -19,7 +19,7 @@ export const MySavedCodesSection = ({ isSearching, }: MySavedCodesSectionProps) => ( - + My Saved Codes diff --git a/src/lib/pages/codes/components/MyStoredCodesSection.tsx b/src/lib/pages/codes/components/MyStoredCodesSection.tsx index 51c9ccf5c..868e520c4 100644 --- a/src/lib/pages/codes/components/MyStoredCodesSection.tsx +++ b/src/lib/pages/codes/components/MyStoredCodesSection.tsx @@ -21,7 +21,7 @@ export const MyStoredCodesSection = ({ isSearching, }: MyStoredCodesSectionProps) => ( - + My Stored Codes diff --git a/src/lib/pages/codes/index.tsx b/src/lib/pages/codes/index.tsx index 9a6d1c1d6..69d76c8b7 100644 --- a/src/lib/pages/codes/index.tsx +++ b/src/lib/pages/codes/index.tsx @@ -74,7 +74,7 @@ const Codes = observer(() => { My Codes - + All Codes My Stored Codes My Saved Codes @@ -112,7 +112,7 @@ const Codes = observer(() => { isSearching={isSearching} /> - + { isSearching={isSearching} /> - + { button": { marginInlineStart: "0 !important", diff --git a/src/lib/pages/contract-details/components/contract-description/UserContractDesc.tsx b/src/lib/pages/contract-details/components/contract-description/UserContractDesc.tsx index 9ee15990e..c8c899691 100644 --- a/src/lib/pages/contract-details/components/contract-description/UserContractDesc.tsx +++ b/src/lib/pages/contract-details/components/contract-description/UserContractDesc.tsx @@ -40,7 +40,7 @@ export const UserContractDesc = ({ contractData }: UserContractDescProps) => { size="xs" color="secondary.main" variant="ghost-secondary" - leftIcon={} + leftIcon={} > {description ? "Edit" : "Add Description"} @@ -68,7 +68,7 @@ export const UserContractDesc = ({ contractData }: UserContractDescProps) => { role="group" > - + Your Contract Description diff --git a/src/lib/pages/contract-details/components/contract-description/index.tsx b/src/lib/pages/contract-details/components/contract-description/index.tsx index 29a096cd9..237477a99 100644 --- a/src/lib/pages/contract-details/components/contract-description/index.tsx +++ b/src/lib/pages/contract-details/components/contract-description/index.tsx @@ -16,7 +16,7 @@ export const ContractDesc = ({ contractData }: ContractDescProps) => ( title="Public Contract Description" description={contractData.publicProject.publicInfo.description} textLine={contractData.contractLocalInfo?.description ? 4 : 2} - icon={} + icon={} /> )} diff --git a/src/lib/pages/contract-list/index.tsx b/src/lib/pages/contract-list/index.tsx index 0cb6895f0..794b1e444 100644 --- a/src/lib/pages/contract-list/index.tsx +++ b/src/lib/pages/contract-list/index.tsx @@ -36,7 +36,7 @@ const AllContractListsPage = observer(() => { , + leftIcon: , children: "Create new list", }} /> diff --git a/src/lib/pages/contract-list/slug.tsx b/src/lib/pages/contract-list/slug.tsx index a92a67a9a..553a00dfd 100644 --- a/src/lib/pages/contract-list/slug.tsx +++ b/src/lib/pages/contract-list/slug.tsx @@ -84,7 +84,7 @@ const ContractsByList = observer(() => { w="full" spacing="4px" separator={ - + } > { }} buttonProps={{ variant: "outline-primary", - leftIcon: , + leftIcon: , children: "Save Contract", }} /> diff --git a/src/lib/pages/deploy/index.tsx b/src/lib/pages/deploy/index.tsx index 66e5a12fd..62bf176b8 100644 --- a/src/lib/pages/deploy/index.tsx +++ b/src/lib/pages/deploy/index.tsx @@ -78,7 +78,7 @@ const Deploy = () => { DEPLOY NEW CONTRACT - + Select Deploy Option { } disabled={!enableUpload || !address} onClick={() => navigate({ pathname: "/upload" })} - mb="16px" + mb={4} /> { onClick={() => navigate({ pathname: "/instantiate" })} disabled={!address} /> - + diff --git a/src/lib/pages/faucet/index.tsx b/src/lib/pages/faucet/index.tsx index e4aeaaa45..3c0491bc3 100644 --- a/src/lib/pages/faucet/index.tsx +++ b/src/lib/pages/faucet/index.tsx @@ -98,7 +98,7 @@ const Faucet = () => { @@ -189,7 +189,7 @@ const Faucet = () => { diff --git a/src/lib/pages/home/components/QuickMenu.tsx b/src/lib/pages/home/components/QuickMenu.tsx index b4e0a0fed..d00c14e9b 100644 --- a/src/lib/pages/home/components/QuickMenu.tsx +++ b/src/lib/pages/home/components/QuickMenu.tsx @@ -48,7 +48,7 @@ const secondaryMenu: SecondaryMenuType[] = [ ]; export const QuickMenu = () => ( - + Start using Celatone diff --git a/src/lib/pages/home/components/RecentActivities.tsx b/src/lib/pages/home/components/RecentActivities.tsx index 9a82f9256..2ce585659 100644 --- a/src/lib/pages/home/components/RecentActivities.tsx +++ b/src/lib/pages/home/components/RecentActivities.tsx @@ -54,7 +54,7 @@ export const RecentActivities = observer(() => { {item.type === "query" ? "Query" : "Execute"} - + { }, [router.isReady]); return chainConfig.isWasm ? ( - + diff --git a/src/lib/pages/instantiate/completed.tsx b/src/lib/pages/instantiate/completed.tsx index 880c07d6f..2eedd0a29 100644 --- a/src/lib/pages/instantiate/completed.tsx +++ b/src/lib/pages/instantiate/completed.tsx @@ -20,7 +20,7 @@ const Completed = ({ txInfo }: CompletedProps) => { const txFee = txInfo.events.find((e) => e.type === "tx")?.attributes[0].value; return ( - + Instantiate Complete! diff --git a/src/lib/pages/instantiate/component/FailedModal.tsx b/src/lib/pages/instantiate/component/FailedModal.tsx index 91a4a23cd..ea1fedf3c 100644 --- a/src/lib/pages/instantiate/component/FailedModal.tsx +++ b/src/lib/pages/instantiate/component/FailedModal.tsx @@ -26,11 +26,11 @@ export const FailedModal = ({ errorLog, onClose }: FailedModalProps) => ( - + Failed to instantiate @@ -40,12 +40,12 @@ export const FailedModal = ({ errorLog, onClose }: FailedModalProps) => ( Something went wrong. Here are the error logs. - + {errorLog} - + { DEPLOY NEW CONTRACT - + Instantiate new contract { label="Label" helperText="The contract's label help briefly describe the contract and what it does." variant="floating" - mb="32px" + mb={8} rules={{ required: "Label is required" }} /> {
} /> - + Instantiate Message { setText={(newVal: string) => setValue("initMsg", newVal)} minLines={10} /> - + Send asset to contract @@ -196,7 +196,7 @@ export const MigrateContract = ({ alignSelf="flex-start" alignItems="center" display="flex" - gap="4px" + gap={1} >

Transaction Fee:

- +
diff --git a/src/lib/pages/recent-codes/index.tsx b/src/lib/pages/recent-codes/index.tsx index 75e615f73..e3db87bfa 100644 --- a/src/lib/pages/recent-codes/index.tsx +++ b/src/lib/pages/recent-codes/index.tsx @@ -50,7 +50,7 @@ const RecentCodes = observer(() => { return ( - + ( - + ); export const TxHeader = ({ txData, ...flexProps }: TxHeaderProps) => { diff --git a/src/lib/pages/upload/index.tsx b/src/lib/pages/upload/index.tsx index d98c669a3..fe9517389 100644 --- a/src/lib/pages/upload/index.tsx +++ b/src/lib/pages/upload/index.tsx @@ -21,12 +21,12 @@ const Upload = () => { DEPLOY NEW CONTRACT - + Upload Wasm file router.back()} />