mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(root-layout): support gradient colors on shade cover (#9626)
Co-authored-by: William Juan <williamjuan027@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ export class RootLayoutModel extends Observable {
|
||||
view: this.getPopup('#EA5936', 110, -30),
|
||||
options: {
|
||||
shadeCover: {
|
||||
color: '#FFF',
|
||||
color: 'linear-gradient(to bottom, red, blue)',
|
||||
opacity: 0.7,
|
||||
tapToClose: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user