Skip to content

Commit 2511bf9

Browse files
authored
feat: Add dark mode on web and android + match iOS style (#124)
1 parent 66725c6 commit 2511bf9

File tree

10 files changed

+946
-584
lines changed

10 files changed

+946
-584
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,16 @@ The labels for the control's segment buttons, in order.
186186
(iOS 13+ only)
187187
Overrides the control's appearance irrespective of the OS theme
188188

189-
| Type | Required | Platform |
190-
| --------------- | -------- | -------- |
191-
| 'dark', 'light' | No | iOS |
189+
| Type | Required | Platform |
190+
| --------------- | -------- | ----------------- |
191+
| 'dark', 'light' | No | iOS, Android, Web |
192192

193193
### `fontStyle`
194194

195195
(iOS 13+ only)
196196
| Type | Required | Platform |
197197
| ------ | -------- | -------- |
198-
| object | No | iOS, Android |
198+
| object | No | iOS, Android, Web |
199199

200200
An object container
201201

@@ -208,7 +208,7 @@ An object container
208208
(iOS 13+ only)
209209
| Type | Required | Platform |
210210
| ------ | -------- | -------- |
211-
| object | No | iOS, Android |
211+
| object | No | iOS, Android, Web |
212212

213213
- `color`: overrides color of selected segment text
214214
- `fontSize`: overrides font-size of selected segment text

0 commit comments

Comments
 (0)