Skip to content

Commit

Permalink
remove from other instances of fee container
Browse files Browse the repository at this point in the history
  • Loading branch information
snakemanuver authored and reinamora137 committed Jan 12, 2025
1 parent e347805 commit e336423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion islands/stamping/src20/deploy/DeployContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function DeployContent(
const titlePurpleLDCenter =
"inline-block w-full mobileMd:-mb-3 mobileLg:mb-0 text-3xl mobileMd:text-4xl mobileLg:text-5xl font-black purple-gradient3 text-center";
const feeSelectorContainer =
"p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full";
"p-3 mobileMd:p-6 dark-gradient rounded-lg w-full";
const tooltipButton =
"absolute left-1/2 -translate-x-1/2 bg-[#000000BF] px-2 py-1 rounded-sm mb-1 bottom-full text-[10px] mobileLg:text-xs text-stamp-grey-light whitespace-nowrap transition-opacity duration-300";
const tooltipImage =
Expand Down
3 changes: 1 addition & 2 deletions islands/stamping/src20/mint/MintContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ interface SearchResult {
const bodyTools = "flex flex-col w-full items-center gap-3 mobileMd:gap-6";
const titlePurpleLDCenter =
"inline-block w-full mobileMd:-mb-3 mobileLg:mb-0 text-3xl mobileMd:text-4xl mobileLg:text-5xl font-black purple-gradient3 text-center";
const feeSelectorContainer =
"p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full";
const feeSelectorContainer = "p-3 mobileMd:p-6 dark-gradient rounded-lg w-full";
const inputFieldContainer =
"flex flex-col gap-3 mobileMd:gap-6 p-3 mobileMd:p-6 dark-gradient rounded-lg w-full";

Expand Down
3 changes: 1 addition & 2 deletions islands/stamping/src20/transfer/TransferContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ const inputFieldContainer =
"flex flex-col gap-3 mobileMd:gap-6 p-3 mobileMd:p-6 dark-gradient rounded-lg w-full";
const inputField2col =
"flex flex-col mobileMd:flex-row gap-3 mobileMd:gap-6 w-full";
const feeSelectorContainer =
"p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full";
const feeSelectorContainer = "p-3 mobileMd:p-6 dark-gradient rounded-lg w-full";

export function TransferContent(
{ trxType = "olga" }: { trxType?: "olga" | "multisig" } = { trxType: "olga" },
Expand Down
2 changes: 1 addition & 1 deletion islands/stamping/stamp/OlgaContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ export function OlgaContent() {
const titlePurpleLDCenter =
"inline-block w-full mobileMd:-mb-3 mobileLg:mb-0 text-3xl mobileMd:text-4xl mobileLg:text-5xl font-black purple-gradient3 text-center";
const feeSelectorContainer =
"p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full";
"p-3 mobileMd:p-6 dark-gradient rounded-lg w-full";
const tooltipButton =
"absolute left-1/2 -translate-x-1/2 bg-[#000000BF] px-2 py-1 rounded-sm mb-1 bottom-full text-[10px] mobileLg:text-xs text-stamp-grey-light whitespace-nowrap transition-opacity duration-300";
const tooltipImage =
Expand Down

0 comments on commit e336423

Please sign in to comment.