OpiumProtocol / react-opium-components

1 stars 3 forks source link

Containerwithcollapse #87

Closed ponochovny closed 3 years ago

ponochovny commented 3 years ago

image

aslife commented 3 years ago

You should fix this code

.card { background-color: transparent; border-color: transparent; &-header { padding: 0; background-color: transparent; border-color: transparent; button { background-color: transparent; border: 0; outline: none; padding: 0; color: inherit; } } &-body { padding: 0; } }

in this case, you change styles for basic elements. if a user wants to add own button, he can lost some styles.

aslife commented 3 years ago

Also add this component to main file for exporting

aslife commented 3 years ago