konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.3k stars 119 forks source link

When click on dark them on website make dark theme in all browser #205

Closed veebull closed 3 weeks ago

veebull commented 3 weeks ago

Clear and concise description of the problem

When click on dark theme on website make dark theme in all browser

when i click dark theme there is only dark theme in mobile, but when go to table section there is also white scroll bars

Снимок экрана 2024-04-23 в 00 19 01

Suggested solution

add on switch for dark theme css style

:root {
  color-scheme: dark;
}

Alternative

No response

Additional context

No response

Validations

Would you like to open a PR for this feature?

nolimits4web commented 3 weeks ago

You are free to add this rule into your app's css file