You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to provide a theme-color meta tag for both dark theme as well as light theme. The standard themeColor prop only works with light theme.
Describe the solution you'd like
Add a media property to MetaTag interface so that users can define the content of the meta tag based on media property.
The meta tag added to html head would look something like this
Describe alternatives you've considered
adding darkThemeColor property to DefaultSeoProps might also work but it will only handle this particular use case
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to provide a
theme-color
meta tag for both dark theme as well as light theme. The standardthemeColor
prop only works with light theme.Describe the solution you'd like
Add a
media
property toMetaTag
interface so that users can define the content of the meta tag based on media property.The meta tag added to html head would look something like this
Describe alternatives you've considered
adding
darkThemeColor
property to DefaultSeoProps might also work but it will only handle this particular use caseThe text was updated successfully, but these errors were encountered: