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
{{ message }}
This repository was archived by the owner on Jun 20, 2022. It is now read-only.
🐛 smooth-ui should accept xstyled theme specification for text
Default component's color should take value from the theme object. All the variants should also inherit the "text" color from theme object and then overrides its own variant color
consttheme={colorMode: "dark",colors: {text: "red",// in light mode : text color should be redbackground: "#fff",primary: "green",modes: {dark: {text: "yellow",// in dark mode : text color should be yellowbackground: "#000",primary: "blue"}}}};