🍎 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 bbc362c301
commit 44b7c605e3

View File

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