react-spring-bottom-sheet icon indicating copy to clipboard operation
react-spring-bottom-sheet copied to clipboard

How change footer style?

Open DodoSpringLove opened this issue 3 years ago • 3 comments
trafficstars

image

DodoSpringLove avatar Jun 15 '22 10:06 DodoSpringLove

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;
}

AshMW2724 avatar Jun 23 '22 12:06 AshMW2724

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 image

DodoSpringLove avatar Jun 28 '22 05:06 DodoSpringLove