Skip to content

bug: indicator direction not reflecting on RTL #3851

Description

@mesh7s

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions