Use the CSS property `--height` to adjust the height of the progress bar.

```html
<div class="max-w-[300px]"><sd-progress-bar style="--height: 12px" value="35" max="100"></sd-progress-bar></div>
```
