feat(Toast): add overlayStyle option #7898
This commit is contained in:
+1
-1
@@ -168,9 +168,9 @@ export default createComponent({
|
||||
<Overlay
|
||||
show={props.show}
|
||||
class={props.overlayClass}
|
||||
style={props.overlayStyle}
|
||||
zIndex={zIndex.value}
|
||||
duration={props.duration}
|
||||
customStyle={props.overlayStyle}
|
||||
onClick={onClickOverlay}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user