flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Progress bar component with label inside doesn't support small % values.

Open Sqrcz opened this issue 11 months ago • 0 comments

Describe the bug Value for the small % is almost invisible in light theme: image It (sort of) works for dark theme though: image

As mentioned in https://github.com/themesberg/flowbite/issues/439 radius is also wrong for small values. (simple overflow-hidden should fix it though)

To Reproduce Steps to reproduce the behavior:

  1. Go to https://play.tailwindcss.com/SgTBzNGCEt

Expected behavior

  1. Values should be visible all the way starting from 0% and going up to 100%
  2. Radius should be consistent despite the value (solution also provided in the link above)

Screenshots provided above

Desktop (please complete the following information):

  • OS: Windows (possibly all)
  • Browser: Chrome (possibly all)
  • Version: Chrome 131

Smartphone (please complete the following information):

  • Device: Google Pixel 6 (possibly all)
  • OS: Android
  • Browser: Chrome (possibly all)
  • Version: Chrome 131

Sqrcz avatar Jan 09 '25 10:01 Sqrcz