react-simple-snackbar icon indicating copy to clipboard operation
react-simple-snackbar copied to clipboard

Is customizing width of snackbar impossible?

Open taechonkim opened this issue 4 years ago • 0 comments

Hello 😊 I currently used this library and found it's impossible to customize width of snackbar. Because of 96L of src/Snackbar.js, I thought customStyle overrides styles defined snackbar class(src/Snackbar.css). But it isn't working. My codes below.

const options = { style: { minWidth: '192px', width: '192px', maxWidth: '192px' } }
const [openSnackbar] = useSnackbar(options); 

How can I do? I'm appreciate if anyone will reply. 🙇🏻‍♀️ If there's no way, I want to contribute for this issue :D

taechonkim avatar Jan 29 '21 09:01 taechonkim