🍎 style(ui): remove `transparent' style in model-pricing search input

This commit is contained in:
t0ng7u
2025-08-18 22:25:46 +08:00
parent f6d4c586eb
commit 57f1015197

View File

@@ -52,7 +52,6 @@ const PricingTopSection = ({
onCompositionEnd={handleCompositionEnd} onCompositionEnd={handleCompositionEnd}
onChange={handleChange} onChange={handleChange}
showClear showClear
style={{ backgroundColor: 'transparent' }}
/> />
</div> </div>