Reproduction URL (Required)
https://play.tailwindcss.com/pshtFyiWz6
What version of daisyUI are you using?
v5.0.35
Which browsers are you seeing the problem on?
Chrome
Describe your issue
RTL is ignored when using indicator-start, it always positions the indicator on the left.
<div class="p-20" dir="rtl">
<div class="indicator">
<div>
<span class="indicator-item badge indicator-start badge-primary">New</span>
<div class="grid h-32 w-32 place-items-center bg-base-300">content</div>
</div>
</div>
</div>
Reproduction URL (Required)
https://play.tailwindcss.com/pshtFyiWz6
What version of daisyUI are you using?
v5.0.35
Which browsers are you seeing the problem on?
Chrome
Describe your issue
RTL is ignored when using
indicator-start, it always positions the indicator on the left.