diff --git a/src/features/app-interfaces/components/create/from-app-id-card.tsx b/src/features/app-interfaces/components/create/from-app-id-card.tsx index 2ebb04ac..64f19253 100644 --- a/src/features/app-interfaces/components/create/from-app-id-card.tsx +++ b/src/features/app-interfaces/components/create/from-app-id-card.tsx @@ -117,7 +117,8 @@ export function FromAppIdCard({ machine }: Props) { onSubmit={fromAppIdSelected} formAction={ - Use existing + {/* eslint-disable-next-line tailwindcss/no-custom-classname */} + Use existing } > diff --git a/src/features/app-interfaces/components/create/from-deployment-card.tsx b/src/features/app-interfaces/components/create/from-deployment-card.tsx index f744fefd..19979a5b 100644 --- a/src/features/app-interfaces/components/create/from-deployment-card.tsx +++ b/src/features/app-interfaces/components/create/from-deployment-card.tsx @@ -32,7 +32,8 @@ export function FromDeploymentCard({ machine }: Props) { Deploy a new app and create an app interface.
-
+ {/* eslint-disable-next-line tailwindcss/no-custom-classname */} +
diff --git a/src/features/fund/components/fund-account-form.tsx b/src/features/fund/components/fund-account-form.tsx index 7c4e7840..9a664035 100644 --- a/src/features/fund/components/fund-account-form.tsx +++ b/src/features/fund/components/fund-account-form.tsx @@ -77,7 +77,14 @@ export function FundAccountForm({ onCreateReceiver, onSubmit, limit, defaultRece onSubmit={fundAccount} formAction={ - {onCreateReceiver ? 'Create and Fund' : 'Fund'} + + {onCreateReceiver ? 'Create and Fund' : 'Fund'} + } > diff --git a/src/features/transaction-wizard/components/transactions-builder.tsx b/src/features/transaction-wizard/components/transactions-builder.tsx index 34c218cb..ade00f68 100644 --- a/src/features/transaction-wizard/components/transactions-builder.tsx +++ b/src/features/transaction-wizard/components/transactions-builder.tsx @@ -1,3 +1,4 @@ +/* eslint-disable tailwindcss/no-custom-classname */ import algosdk from 'algosdk' import { useCallback, useMemo, useState } from 'react' import { DialogBodyProps, useDialogForm } from '@/features/common/hooks/use-dialog-form' @@ -343,7 +344,12 @@ export function TransactionsBuilder({
{title} {!disableAddTransaction && ( - )} @@ -396,7 +402,7 @@ export function TransactionsBuilder({ {onSimulated && ( } {...simulateButtonDisabledProps} @@ -404,7 +410,12 @@ export function TransactionsBuilder({ Simulate )} - + {sendButtonConfig.label}