@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
14 lines (13 loc) • 705 B
TypeScript
/**
* Borderless big-number amount field used inside the editable (source) row.
* The row's outer Box owns the border/background; this input is transparent so
* it reads as inline editable text.
*
* The 32px size matches the Figma amount type — there is no 32px token in the
* font scale, so it is set here. The family is the theme `body` font (same as
* the rest of the modal) — note the customer `header`/`inputAmount` tokens can
* resolve to `inherit`, so they must not be used here. The placeholder uses
* `secondaryText` to mirror the greyed-out empty "0.00" treatment in the design.
*/
export declare const amountInput: string;
export declare const transferAmountRowContainer: string;