Styling
Override the context menu’s default styles using Svelte Style Props. Available props include…
| Name | Description | Default |
|---|---|---|
| –background-color | Parent elements background color | #FFFFFF |
| –border | Parent elements border | 1px solid lightgrey |
| –border-radius | Parent elements border radius | 5px |
| –box-shadow | Parent elements box shadow | 0px 0px 15px #163a6726 |
| –color | Font color for all elements | #000000 |
| –font-family | Font family for all elements | sans-serif |
| –font-size | Font size for all elements | 1rem |
| –node-background-hover | Node elements background color on hover | lightgray |
| –node-border-radius | Node elements border radius | 3px |
| –node-padding | Node elements padding | 4px |
| –padding | Parent elements padding | 5px |