We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febca3e commit 52269c2Copy full SHA for 52269c2
src/packages/searchbar/demos/h5/demo3.tsx
@@ -9,7 +9,7 @@ const Demo3 = () => {
9
<ConfigProvider
10
theme={{
11
nutuiSearchbarBackground: 'var(--nutui-color-primary)',
12
- nutuiSearchbarInputBackground: '#eee',
+ nutuiSearchbarContentBackground: '#eee',
13
nutuiSearchbarInputTextAlign: 'right',
14
}}
15
>
src/packages/searchbar/demos/taro/demo3.tsx
@@ -11,7 +11,7 @@ const Demo3 = () => {
16
17
0 commit comments