You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this is more of a general question but it drives me crazy since I have alreaedy spent a couple of hours trying to move the bottom sheet styles to one of my own scss files. Example: I want to take care of the whole bottom sheet styling in ./components/BottomSheet/BottomSheet.module.scss.
Removing the underline of the sticky heading block is just one example which I'm trying to tackle. The documentation only gives us these styling options:
There is also another section talking about custom css using pstcss or something like that. The problem here is that there is no further explanation and I'm just too junior to understand what they want me to do.
One thing I tried is to copy paste the stylings to my own scss file and using the className attribute to target the styles but it didnt work at all:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, this is more of a general question but it drives me crazy since I have alreaedy spent a couple of hours trying to move the bottom sheet styles to one of my own scss files. Example: I want to take care of the whole bottom sheet styling in
./components/BottomSheet/BottomSheet.module.scss
.Removing the underline of the sticky heading block is just one example which I'm trying to tackle. The documentation only gives us these styling options:
There is also another section talking about custom css using pstcss or something like that. The problem here is that there is no further explanation and I'm just too junior to understand what they want me to do.
One thing I tried is to copy paste the stylings to my own scss file and using the className attribute to target the styles but it didnt work at all:
Do you have any ideas/suggestions how I can use my own stylings for the React-Spring-Bottom-Sheet?
Beta Was this translation helpful? Give feedback.
All reactions