Skip to content

Conversation

@MarkCBall
Copy link
Owner

@MarkCBall MarkCBall commented Apr 1, 2022

  • install tailwind and other css stuff
  • abstract the network and exchange button into Chip component

800: 'var(--color-pink-800)',
900: 'var(--color-pink-900)',
},
polkadot: 'var(--color-polkadot)',
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is polkadot relevant?

@@ -0,0 +1,253 @@
const { isObject, keys } = require('lodash');
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we revisit how we could split the styling from the business logic so these kind of styles can be bolted on on a case by case basis?

How will the styling be changed when we use the component in a second place if it is core to the component itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants