mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.97k stars 1.9k forks source link

RTL issues on switch inner labels #4515

Closed CripyIce closed 1 year ago

CripyIce commented 1 year ago

What package has an issue

@mantine/core

Describe the bug

Using inner labels on Switch with RTL has UI bugs. Code:

<Switch size="xl" onLabel="טופל" offLabel="לא טופל" />

Screenshot 2023-07-07 at 16 13 07 image Don't mind the button below - he works great

It also seems like the width is changing, but perhaps it's normal due to the length of the text.

What version of @mantine/hooks page do you have in package.json?

6.0.16

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

No

Possible fix

No response

rtivital commented 1 year ago

Fixed in 6.0.17