Skip to content

Commit 6148c43

Browse files
committed
fix(demo): Remove color-scheme meta tag causing dark input backgrounds
Remove the color-scheme meta tag that was causing form inputs to display with dark backgrounds when users have dark mode enabled in their system preferences. Since the demo app doesn't implement dark mode, inputs should remain light-themed regardless of system settings.
1 parent e17e134 commit 6148c43

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<!-- Primary Meta Tags -->
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<meta name="theme-color" content="#3b82f6" />
16-
<meta name="color-scheme" content="light dark" />
1716

1817
<!-- Performance & Security -->
1918
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

0 commit comments

Comments
 (0)