From 3799a37526587bf2f76ef8cb7d9c97a78a623a79 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Mon, 17 Apr 2023 21:25:22 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad6d13..7e33193 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ export default () => { | `title` | Modal only: Title text. Can be set to null to remove text. | | `confirmText` | Modal only: Confirm button text. | | `cancelText` | Modal only: Cancel button text. | -| `theme` | Modal only, iOS 13+: The theme of the modal. `"light"`, `"dark"`, `"auto"`. Defaults to `"auto"`. | +| `theme` | Modal only: The theme of the modal. `"light"`, `"dark"`, `"auto"`. Defaults to `"auto"`. | ## Additional android styling