Web3 Transaction Manager - Component Test Page

TransactionModal Component

Theme Customization

Light Theme Colors

Main Component Colors

Button Colors

RGBA/Non-hex color (not shown in picker)

Theme Preview

Borrow 1000 USDC

Variable Rolling Rate
Approve USDC
Authorize auto-roll contract
Deposit and borrow
Success
Sign auto-roll terms
Withdraw collateral
Need help or have feedback? .

Copy Theme Config (light)

{
    "primary": "#4F7FFF",
    "success": "#10B981",
    "error": "#DC2626",
    "text": "#111827",
    "background": "#FFFFFF",
    "border": "#E5E7EB",
    "disabled": "#9CA3AF",
    "hover": "#3B82F6",
    "card": "#F7F7FA",
    "buttonPrimary": "#4F7FFF",
    "buttonPrimaryText": "#FFFFFF",
    "buttonDisabled": "rgba(79,127,255,0.1)",
    "buttonDisabledText": "#4F7FFF",
    "buttonError": "#DC2626",
    "buttonErrorText": "#FFFFFF",
    "buttonSuccess": "#FFFFFF",
    "buttonSuccessText": "#64748B",
    "buttonProcessing": "#4F7FFF",
    "buttonProcessingText": "#FFFFFF",
    "buttonHover": "#3B66E5"
}