owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

Replace `styled-components` in favor of shared themes and component styles #164

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

Description

Chakra provides a re-usable theming API that enables defining re-usable styles. Instead of defining custom styles for each component, consider extracting common styles by configuring the theme or using the extendTheme API.

https://chakra-ui.com/docs/styled-system/theming/component-style

netanelben commented 2 years ago

Done.