feat(Search): add @search-content-background-color var
This commit is contained in:
@@ -126,6 +126,7 @@ Search.props = {
|
||||
rightIcon: String,
|
||||
actionText: String,
|
||||
showAction: Boolean,
|
||||
background: String,
|
||||
shape: {
|
||||
type: String,
|
||||
default: 'square',
|
||||
@@ -134,10 +135,6 @@ Search.props = {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
background: {
|
||||
type: String,
|
||||
default: '#fff',
|
||||
},
|
||||
leftIcon: {
|
||||
type: String,
|
||||
default: 'search',
|
||||
|
||||
Reference in New Issue
Block a user