Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(theme): allow forcing dark mode #2974

Merged
merged 1 commit into from Sep 15, 2023
Merged

feat(theme): allow forcing dark mode #2974

merged 1 commit into from Sep 15, 2023

Conversation

brc-dd
Copy link
Member

@brc-dd brc-dd commented Sep 15, 2023

closes #2960

@brc-dd brc-dd merged commit 1fb5d22 into main Sep 15, 2023
7 checks passed
@brc-dd brc-dd deleted the force-dark branch September 15, 2023 18:51
@@ -426,7 +426,7 @@ When set to `true`, the production app will be built in [MPA Mode](../guide/mpa-

### appearance

- Type: `boolean | 'dark' | import('@vueuse/core').UseDarkOptions`
- Type: `boolean | 'dark' | 'force-dark' | import('@vueuse/core').UseDarkOptions`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be in description below as well? Or is it intended not to show there.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think anyone should have a confusion with what force-something means, but yeah we can add that in the docs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to force dark mode on
2 participants