react-spring-bottom-sheet
react-spring-bottom-sheet copied to clipboard
How change footer style?
trafficstars

Use the css selector [data-rsbs-footer] (Add this in another file or the styles.css file you already had to add)
Example:
[data-rsbs-footer] {
background-color: red;
}
I am sorry to bother you again, but I still want to learn from you how to modify the style of footer,like this,i want to user-defined
