daisyui
daisyui copied to clipboard
bug: radial-progress in RTL is bugged
What version of daisyUI are you using?
v2.51.5
Describe your issue
with RTL config, radial-progress will have the "after" dot in the wrong place:
Here is how I hacked a fix: I added '(100 - var(--value))' in CSS: .radial-progress:after { transform: rotate(calc(-1*( (100 - var(--value)) * 3.6deg - 90deg))) translate(calc(-1*(var(--size) / 2 - 50%))) !important; }
What browsers are you seeing the problem on?
Chrome, Safari
Reproduction URL (optional)
https://play.tailwindcss.com/LfQed0drQK