Skip to content

Commit 52269c2

Browse files
authored
fix(SearchBar): demo 样式变量修订 (#3101)
1 parent febca3e commit 52269c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/packages/searchbar/demos/h5/demo3.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Demo3 = () => {
99
<ConfigProvider
1010
theme={{
1111
nutuiSearchbarBackground: 'var(--nutui-color-primary)',
12-
nutuiSearchbarInputBackground: '#eee',
12+
nutuiSearchbarContentBackground: '#eee',
1313
nutuiSearchbarInputTextAlign: 'right',
1414
}}
1515
>

src/packages/searchbar/demos/taro/demo3.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Demo3 = () => {
1111
<ConfigProvider
1212
theme={{
1313
nutuiSearchbarBackground: 'var(--nutui-color-primary)',
14-
nutuiSearchbarInputBackground: '#eee',
14+
nutuiSearchbarContentBackground: '#eee',
1515
nutuiSearchbarInputTextAlign: 'right',
1616
}}
1717
>

0 commit comments

Comments
 (0)