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
The framework for theming recently got merged (#272). We need to add support for it within our components. As a first step, we should use the theme object color values within every component. We can look at breakpoints as the followup.
Implementation
Simply extend the Themeable interface, and use the theme prop provided to our custom styled function to style things
Note: We're going to start with just strong colors (focus outline, blue, red, green, yellow, etc.). We will tackle backgrounds, default borders, etc. in a future update.
🚀 Feature Proposal
The framework for theming recently got merged (#272). We need to add support for it within our components. As a first step, we should use the theme object color values within every component. We can look at breakpoints as the followup.
Implementation
Simply extend the
Themeable
interface, and use thetheme
prop provided to our customstyled
function to style thingsNote: We're going to start with just strong colors (focus outline, blue, red, green, yellow, etc.). We will tackle backgrounds, default borders, etc. in a future update.
Components
The text was updated successfully, but these errors were encountered: