From 7edee0351377ab069f74abfd646205b2c8dcd25c Mon Sep 17 00:00:00 2001 From: Nick Cruz Date: Tue, 19 Nov 2024 12:33:19 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ab8479..a8990f3 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ The following optional parameters can be passed as `createPhantom({options..})` | `hideLauncherBeforeOnboarded` | boolean | If `true`, the Phantom Embedded UI will be hidden until the user engages with Phantom. | | `colorScheme` | string | The background color of the Phantom Embedded iframe. Can be `"light"`, `"dark"`, or `"normal"`. Defaults to `"normal"`. | | `zIndex` | string | The z-index of the Phantom Embedded UI. Defaults to `"10_000"`. | -| `paddingBottom` | string | The number of pixels between the Phantom Embedded UI and the right edge of the web. Defaults to `"0"`. application. | -| `paddingRight` | string | The number of pixels between the Phantom Embedded UI and the bottom edge of the web. Defaults to `"0"`. application. | +| `paddingBottom` | string | The number of pixels between the Phantom Embedded UI and the right edge of the web. Defaults to `"0"`. | +| `paddingRight` | string | The number of pixels between the Phantom Embedded UI and the bottom edge of the web. Defaults to `"0"`. | ## See It In Action