mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
style(Popover): adjust dark theme background color
This commit is contained in:
@@ -172,7 +172,7 @@ export default createComponent({
|
||||
ref="popover"
|
||||
value={this.value}
|
||||
style={this.location}
|
||||
class={bem([this.theme, `placement-${this.placement}`])}
|
||||
class={bem([this.theme])}
|
||||
overlay={this.overlay}
|
||||
position={null}
|
||||
transition="van-popover-zoom"
|
||||
|
Reference in New Issue
Block a user