Skip to content

Commit ad2426c

Browse files
committed
feat: readme update
1 parent e57c9e4 commit ad2426c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

scripts/ColorSchemeSwitchThreeStates/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,4 @@ php artisan vendor:publish --tag=color-scheme-3-states-all
224224
## Difference between Two States and Three States
225225

226226
- **Two States:** Switching between light and dark theme (2 states)
227-
- **Three States:** Cycling between light, dark, and system theme (3 states)
228-
229-
The three-state variant is useful when you want to give users the option to follow their operating system's color scheme preference, in addition to explicitly choosing light or dark mode.
227+
- **Three States:** Cycling between light, dark, and system theme (3 states)

scripts/ColorSchemeSwitchTwoStates/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,4 @@ php artisan vendor:publish --tag=color-scheme-2-states-all
198198
## Difference between Two States and Three States
199199

200200
- **Two States:** Switching between light and dark theme (2 states)
201-
- **Three States:** Switching between light, dark, and system theme (3 states)
202-
203-
If you need an "auto/system" option, use the Three States variant.
201+
- **Three States:** Switching between light, dark, and system theme (3 states)

0 commit comments

Comments
 (0)