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
sendFeedback.customStylesheet=`custom.css`; // link to custom css file!
22
+
// OR
21
23
sendFeedback.customStyles=`* { padding: 20px }`;
22
24
```
23
25
24
26
To remove default styles you can do `sendFeedback.removeDefaultStyles = true`. **Note:** This
25
-
will remove all the styles we ship with this custom elements, which most of the times is not needed,
26
-
because you can add custom css to tweak some design as show above.
27
+
will remove all the styles we ship with this custom elements, which most of the times is not needed, because you can add custom css to tweak some design as show above.
27
28
28
29
Once you feel like designs are in place or you like the default design.
29
30
You need to use a `reporter` by calling `sendFeedback.useReporter`, for this example we use
0 commit comments