79696747

Date: 2025-07-10 08:42:24
Score: 1
Natty:
Report link
<ConfigProvider
            theme={{
              components: {
                Segmented: {
                  itemHoverBg: 'transparent'
                }
              }
            }}>
            <Segmented options={segmentedOptions} value={selectedTab} onChange={handleSegmentChange} size="large" className="max-w-md" />
          </ConfigProvider>

you need to make the itemHoverBg to trasnparent it will fix the issue

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31009011